From ca64d214b2381e4246a4e1d2af3f6184a02a26cf Mon Sep 17 00:00:00 2001 From: icebergtsn Date: Fri, 17 May 2024 21:33:15 +0800 Subject: [PATCH] feat: fix default quasar icon --- frontend/quasar.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/quasar.config.js b/frontend/quasar.config.js index 3b5898a..8b19983 100644 --- a/frontend/quasar.config.js +++ b/frontend/quasar.config.js @@ -46,6 +46,7 @@ module.exports = configure(function (/* ctx */) { // 'themify', // 'line-awesome', // 'roboto-font-latin-ext', // this or either 'roboto-font', NEVER both! + 'material-icons', 'roboto-font', // optional, you are not bound to it 'bootstrap-icons', 'themify'