mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02:00
feat: redesign recipe info card (#5026)
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
parent
3fd3661206
commit
3b0d6050a2
7 changed files with 96 additions and 106 deletions
|
@ -146,6 +146,8 @@ import {
|
|||
mdiFileCabinet,
|
||||
mdiSilverwareForkKnife,
|
||||
mdiCodeTags,
|
||||
mdiKnife,
|
||||
mdiCookie
|
||||
} from "@mdi/js";
|
||||
|
||||
export const icons = {
|
||||
|
@ -271,6 +273,8 @@ export const icons = {
|
|||
windowClose: mdiWindowClose,
|
||||
zip: mdiFolderZipOutline,
|
||||
undo: mdiUndo,
|
||||
knfife: mdiKnife,
|
||||
bread: mdiCookie,
|
||||
|
||||
// Crud
|
||||
backArrow: mdiArrowLeftBoldOutline,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue