diff --git a/app/_components/_admin/admin-bar.tsx b/app/_components/_admin/admin-bar.tsx
index 0f91d5e..34a6d4e 100644
--- a/app/_components/_admin/admin-bar.tsx
+++ b/app/_components/_admin/admin-bar.tsx
@@ -39,7 +39,7 @@ const AdminBar = () => {
variant={pathname === item.href ? 'default' : 'ghost'}
className={'grid aspect-square size-11 place-items-center rounded-xl'}
>
-
+
{React.createElement(item.icon, {
variant: pathname === item.href ? 'solid' : 'outline',
className: 'size-5',
diff --git a/app/_components/_main/app-bar.tsx b/app/_components/_main/app-bar.tsx
index 0f6503d..92bc255 100644
--- a/app/_components/_main/app-bar.tsx
+++ b/app/_components/_main/app-bar.tsx
@@ -53,7 +53,7 @@ const AppBar = () => {
variant={pathname === item.href ? 'default' : 'ghost'}
className={'grid aspect-square size-11 place-items-center rounded-xl'}
>
-
+
{React.createElement(item.icon, {
variant: pathname === item.href ? 'solid' : 'outline',
className: 'size-5',
@@ -74,7 +74,7 @@ const AppBar = () => {
variant={'ghost'}
className={'grid aspect-square size-11 place-items-center rounded-xl'}
>
-
+
{React.createElement(item.icon, {
variant: 'outline',
className: 'size-5',
diff --git a/package-lock.json b/package-lock.json
index 2dc9804..3f33b43 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -26,7 +26,7 @@
"clsx": "^2.1.1",
"drizzle-orm": "^0.35.1",
"highlight.js": "^11.10.0",
- "highlight.svelte": "^0.0.5",
+ "highlight.svelte": "^0.0.4",
"isomorphic-dompurify": "^2.16.0",
"jose": "^5.9.4",
"marked": "^14.1.3",
@@ -11804,9 +11804,9 @@
}
},
"node_modules/highlight.svelte": {
- "version": "0.0.5",
- "resolved": "https://registry.npmjs.org/highlight.svelte/-/highlight.svelte-0.0.5.tgz",
- "integrity": "sha512-Hso8LI8S/GviUkx4I0WTljuw0uyTieXVeKpvhDIVl+ROIc9xYPhVzlnGQ1FaPXRi+y1dO2R1abpgrxha13yqpg==",
+ "version": "0.0.4",
+ "resolved": "https://registry.npmjs.org/highlight.svelte/-/highlight.svelte-0.0.4.tgz",
+ "integrity": "sha512-OMv92YumP9WrfTSuL+1TuW3FmqphZRh6yXUcOeQGnI7c3Y2ZrII5X4GlossIO3hJqlkSyFBC55lLeJ29nAI9Sg==",
"license": "MIT"
},
"node_modules/hoist-non-react-statics": {
diff --git a/package.json b/package.json
index 325c04a..828850b 100644
--- a/package.json
+++ b/package.json
@@ -39,7 +39,7 @@
"clsx": "^2.1.1",
"drizzle-orm": "^0.35.1",
"highlight.js": "^11.10.0",
- "highlight.svelte": "^0.0.5",
+ "highlight.svelte": "^0.0.4",
"isomorphic-dompurify": "^2.16.0",
"jose": "^5.9.4",
"marked": "^14.1.3",