Skip to content

Commit

Permalink
fix(tag): link to the correct page (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
ertugrulcan-ays authored Sep 3, 2024
2 parents b56b3e6 + 57426c9 commit 6013cab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions apps/web/src/app/[lang]/app/[type]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import {
UserCircle,
Worm,
WrenchIcon,
FileText,
Languages,
Layers,
ClipboardList,
Expand Down Expand Up @@ -204,14 +203,6 @@ export default async function Layout({
type: "admin",
appType: "unirefund",
},
{
key: "Details",
title: languageData.Details,
href: getBaseLink(`app/${type}/details`, true, params.lang),
icon: <FileText className="w-4 text-slate-500" />,
type: "admin",
appType: "unirefund",
},
{
key: "projects",
title: languageData.Campaigns,
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/app/[lang]/app/[type]/menu-data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const navigationItemsTemp: NavigationItmes[] = [
{
key: "tax_free_tags",
title: "Tax Free Tags",
href: getBaseLink("app/admin/operation/details", true),
href: getBaseLink("app/admin/operations/details", true),
icon: <FileText className="w-4 text-slate-500" />,
},
{
Expand Down

0 comments on commit 6013cab

Please sign in to comment.