Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix(discover): update discover icon
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-liddle committed Nov 8, 2023
1 parent 23b5c2b commit 4af4dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/nav/NavBottom.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const { notifications } = useNotifications()
<div i-ri:home-5-line />
</NuxtLink>
<NuxtLink to="/discover" :aria-label="$t('nav.discover')" :active-class="moreMenuVisible ? '' : 'text-primary'" flex flex-row items-center place-content-center h-full flex-1 class="coarse-pointer:select-none" @click="$scrollToTop">
<div i-ri:compass-fill />
<div i-lucide:compass />
</NuxtLink>
<NuxtLink to="/search" :aria-label="$t('nav.search')" :active-class="moreMenuVisible ? '' : 'text-primary'" flex flex-row items-center place-content-center h-full flex-1 class="coarse-pointer:select-none" @click="$scrollToTop">
<div i-ri:search-line />
Expand Down
2 changes: 1 addition & 1 deletion components/nav/NavSide.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const useStarFavoriteIcon = usePreferences('useStarFavoriteIcon')

<div class="spacer" shrink xl:hidden />
<NavSideItem :text="$t('nav.home')" to="/home" icon="i-ri:home-5-line" user-only :command="command" />
<NavSideItem :text="$t('nav.discover')" to="/discover" icon="i-ri-compass-fill" :command="command" />
<NavSideItem :text="$t('nav.discover')" to="/discover" icon="i-lucide:compass" :command="command" />
<NavSideItem :text="$t('nav.notifications')" to="/notifications" icon="i-ri:notification-4-line" user-only :command="command">
<template #icon>
<div flex relative>
Expand Down

0 comments on commit 4af4dae

Please sign in to comment.