From 238a3ef8d0998124251e5a08d427de5497e0f476 Mon Sep 17 00:00:00 2001 From: ariari04 Date: Wed, 14 Aug 2024 14:06:41 +0600 Subject: [PATCH] Initialize project --- src/app/shared/variables/links_footer.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/shared/variables/links_footer.ts b/src/app/shared/variables/links_footer.ts index 38d6b30..ad7019f 100644 --- a/src/app/shared/variables/links_footer.ts +++ b/src/app/shared/variables/links_footer.ts @@ -10,7 +10,6 @@ export const LINKS = () => { { id: 3, pagename: t("support"), pathname: "/support" }, { id: 4, pagename: t("statistics"), pathname: "/statistics" }, { id: 5, pagename: t("news"), pathname: "/news" }, - { id: 6, pagename: t("volunteers"), pathname: "/volunteers" }, ]; return LINKS;