From 95919077a1d23fa29d36e92c8d39a1b1d09437c6 Mon Sep 17 00:00:00 2001 From: TZGyn Date: Wed, 12 Jul 2023 06:57:00 +0800 Subject: [PATCH] Frontend: added more icon alias --- frontend/app.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/app.config.ts b/frontend/app.config.ts index ff35487..1e4d473 100644 --- a/frontend/app.config.ts +++ b/frontend/app.config.ts @@ -11,6 +11,10 @@ export default defineAppConfig({ user: 'mdi:account-circle', home: 'material-symbols:home-rounded', search: 'material-symbols:search', + bell: 'material-symbols:notifications-outline', + mail: 'material-symbols:mail-outline', + back: 'material-symbols:arrow-back', + settings: 'material-symbols:settings', }, }, })