We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b24e28 commit 73f8223Copy full SHA for 73f8223
1 file changed
src/components/dashboard-sidebar/data.tsx
@@ -1,4 +1,4 @@
1
-import { MessageCircleMoreIcon, Sparkle, Users } from "lucide-react"
+import { Globe, MessageCircleMoreIcon, Sparkle, Users } from "lucide-react"
2
import Image from "next/image"
3
import azureSvg from "@/assets/svg/azure.svg"
4
import telegramSvg from "@/assets/svg/telegram.svg"
@@ -22,7 +22,7 @@ export const DSData = {
22
},
23
{
24
title: "Web",
25
- icon: <Sparkle />,
+ icon: <Globe />,
26
items: [{ title: "Associations", url: "/dashboard/web/associations", icon: <Users /> }],
27
28
],
0 commit comments