mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02:00
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:
parent
9d58f9b266
commit
cc324b29ae
3 changed files with 6 additions and 4 deletions
|
@ -149,6 +149,7 @@ import {
|
|||
mdiRotateRight,
|
||||
mdiBookOpenPageVariant,
|
||||
mdiFileCabinet,
|
||||
mdiSilverwareForkKnife
|
||||
} from "@mdi/js";
|
||||
|
||||
export const icons = {
|
||||
|
@ -249,6 +250,7 @@ export const icons = {
|
|||
search: mdiMagnify,
|
||||
shareVariant: mdiShareVariant,
|
||||
shuffleVariant: mdiShuffleVariant,
|
||||
silverwareForkKnife: mdiSilverwareForkKnife,
|
||||
sort: mdiSort,
|
||||
sortAscending: mdiSortAscending,
|
||||
sortDescending: mdiSortDescending,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue