Skip to content

Commit

Permalink
feat(Nav): make logo link to home when signed in
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeaturner committed Feb 12, 2025
1 parent 19d7a28 commit c1cea30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/layout/AppSwitcher.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,13 @@
</li>
</ul>
</button>
<a href="/home">
<img
src="@renderer/libretexts_logo.png"
alt="LibreTexts Logo"
alt="Home"
class="h-9 w-auto"
>
</a>
</template>

<script lang="ts" setup>
Expand Down

0 comments on commit c1cea30

Please sign in to comment.