diff --git a/bun.lockb b/bun.lockb
index 8961e6a..2f3e727 100644
Binary files a/bun.lockb and b/bun.lockb differ
diff --git a/package.json b/package.json
index 1dcccda..aee5b2e 100644
--- a/package.json
+++ b/package.json
@@ -13,6 +13,7 @@
"@astrojs/markdown-remark": "^4.2.1",
"@astrojs/mdx": "^2.1.1",
"@expressive-code/plugin-shiki": "^0.32.4",
+ "@iconify-json/prime": "^1.1.12",
"@iconify-json/typcn": "^1.1.9",
"@microflash/remark-callout-directives": "^2.0.0",
"astro": "^4.2.6",
diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro
index 2bed2b3..9ac2421 100644
--- a/src/components/Navbar.astro
+++ b/src/components/Navbar.astro
@@ -38,8 +38,13 @@ import { Icon } from "astro-icon/components";
-
+
|