Commit 7d19458

HPCesia <me@hpcesia.com>
2025-02-01 10:09:17
feat: change default config
1 parent ae84b5c
Changed files (1)
src/config.ts
@@ -93,14 +93,14 @@ export const footerConfig: FooterConfig = {
       {
         text: 'Astro',
         link: 'https://astro.build/',
-        class: 'font-bold text-sm',
+        class: 'font-bold',
       },
     ],
     [
       {
         text: 'Astral Halo',
         link: 'https://github.com/HPCesia/astral-halo/',
-        class: 'font-bold text-sm',
+        class: 'font-bold',
       },
     ],
   ],