Skip to content

Commit

Permalink
New logo
Browse files Browse the repository at this point in the history
  • Loading branch information
kreut committed Oct 17, 2024
1 parent 8109875 commit e427780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<LibreOne size="sm" class="m-1"/>

<b-navbar-brand>
<a :href="getLogoHref()"><img src="https://adapt-promo.libretexts.org/wp-content/uploads/2024/06/ADAPT-v10-FINAL.png"
<a :href="getLogoHref()"><img src="https://cdn.libretexts.net/Logos/adapt_no_padding.png"
:alt="user !== null && [2, 3, 4, 5].includes(user.role)
? 'ADAPT logo with redirect to My Courses' : 'ADAPT logo with redirect to main page'"
@load="logoLoaded = true"
Expand Down

0 comments on commit e427780

Please sign in to comment.