feat: make it collapsible

This commit is contained in:
taskylizard 2023-11-26 17:36:14 +05:30
parent b1d2b6f0f0
commit 73cf263ff3
No known key found for this signature in database
GPG Key ID: 5CABA3D642DDC497

View File

@ -126,6 +126,7 @@ export default defineConfig({
{ text: "📦 Storage", link: "/storage" },
{
text: "🔧 Tools",
collapsed: false,
items: [
{ text: "💻 System Tools", link: "/system-tools" },
{ text: "🗃️ File Tools", link: "/file-tools" },
@ -136,7 +137,7 @@ export default defineConfig({
{ text: "📼 Video Tools", link: "/video-tools" },
{ text: "🔊 Audio Tools", link: "/audio-tools" },
{ text: "🍎 Educational Tools", link: "/edupiracyguide#educational-tools" },
{ text: "👨<200d>💻 Developer Tools", link: "/devtools" },
{ text: "👨💻 Developer Tools", link: "/devtools" },
],
},
],