Skip to content

Commit 73f8223

Browse files
committed
feat: update icon for Web section in navigation
1 parent 5b24e28 commit 73f8223

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/components/dashboard-sidebar

src/components/dashboard-sidebar/data.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { MessageCircleMoreIcon, Sparkle, Users } from "lucide-react"
1+
import { Globe, MessageCircleMoreIcon, Sparkle, Users } from "lucide-react"
22
import Image from "next/image"
33
import azureSvg from "@/assets/svg/azure.svg"
44
import telegramSvg from "@/assets/svg/telegram.svg"
@@ -22,7 +22,7 @@ export const DSData = {
2222
},
2323
{
2424
title: "Web",
25-
icon: <Sparkle />,
25+
icon: <Globe />,
2626
items: [{ title: "Associations", url: "/dashboard/web/associations", icon: <Users /> }],
2727
},
2828
],

0 commit comments

Comments
 (0)