diff --git a/components/landing-page/content-category.tsx b/components/landing-page/content-category.tsx index 1eea3a90..85d93584 100644 --- a/components/landing-page/content-category.tsx +++ b/components/landing-page/content-category.tsx @@ -33,7 +33,7 @@ const ContentCategory = (props: { group?: string; type: string }) => { ? `/polda/${poldaName}` : satkerName ? `/satker/${satkerName}` - : "/"; + : ""; useEffect(() => { initFetch(); diff --git a/components/landing-page/navbar.tsx b/components/landing-page/navbar.tsx index 28998ddd..741f68ab 100644 --- a/components/landing-page/navbar.tsx +++ b/components/landing-page/navbar.tsx @@ -99,7 +99,7 @@ const Navbar = () => { ? `/polda/${poldaName}` : satkerName ? `/satker/${satkerName}` - : "/"; + : ""; let menu = ""; diff --git a/components/landing-page/new-content.tsx b/components/landing-page/new-content.tsx index 11eb17eb..bbc0bbca 100644 --- a/components/landing-page/new-content.tsx +++ b/components/landing-page/new-content.tsx @@ -56,7 +56,7 @@ const NewContent = (props: { group: string; type: string }) => { ? `/polda/${poldaName}` : satkerName ? `/satker/${satkerName}` - : "/"; + : ""; useEffect(() => { const timer = setTimeout(() => {