From a7b6bd23b624797c0f433c23c979a471782e4619 Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Mon, 21 Apr 2025 23:31:18 +0330 Subject: [PATCH] added navlinks icons --- frontend/constants/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/constants/index.ts b/frontend/constants/index.ts index 4ac059c..527d3c8 100644 --- a/frontend/constants/index.ts +++ b/frontend/constants/index.ts @@ -94,17 +94,21 @@ export const NAV_LINKS = [ { title: "خانه", path: "/", + icon: "ci:home", }, { title: "محصولات", path: "/products", + icon: "ci:airdrop", }, { title: "دسته بندی ها", path: "/category", + icon: "ci:delivery-boxes", }, { title: "ارتباط با ما", path: "/contact-us", + icon: "ci:call", }, ];