From 3186895b50ce7fcc527477090c338e5a0ffc431c Mon Sep 17 00:00:00 2001 From: Novus Nota <68142933+novusnota@users.noreply.github.com> Date: Sat, 3 Feb 2024 09:02:19 +0100 Subject: [PATCH] fix: Modify logo properties for correct display on both dark and light themes (#44) And fixed it's `.jsx` issues: * `fill-rule` -> `fillRule` * `clip-rule` -> `clipRule` --- .gitignore | 1 + theme.config.jsx | 36 ++++++++++++++++++------------------ 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index 65eb68dd..8fe93911 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .next node_modules out +package-lock.json diff --git a/theme.config.jsx b/theme.config.jsx index 201e7213..e7517c59 100644 --- a/theme.config.jsx +++ b/theme.config.jsx @@ -1,24 +1,24 @@ export default { logo: ( - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + ), defaultTheme: 'dark',