fix: Homepage icon and text update (#3922)

Co-authored-by: Timothy Pace <Timothy@timothy.dev>
Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com>
This commit is contained in:
tyme-dev 2024-07-28 00:08:34 -04:00 committed by GitHub
parent 9d58f9b266
commit cc324b29ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 4 deletions

View file

@ -157,9 +157,9 @@
const topLinks = computed<SidebarLinks>(() => [
{
icon: $globals.icons.search,
icon: $globals.icons.silverwareForkKnife,
to: `/g/${groupSlug.value}`,
title: i18n.tc("sidebar.search"),
title: i18n.tc("general.recipes"),
restricted: true,
},
{