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

@ -126,8 +126,8 @@
<RecipeCardSection
v-if="state.ready"
class="mt-n5"
:icon="$globals.icons.search"
:title="$tc('search.results')"
:icon="$globals.icons.silverwareForkKnife"
:title="$tc('general.recipes')"
:recipes="recipes"
:query="passedQueryWithSeed"
@replaceRecipes="replaceRecipes"