diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4136c92..84b71d3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,19 +1,13 @@
import React from "react";
-import { getNileConfig } from "@/static/NileConfig";
import { LayoutCommon } from "@/components/LayoutCommon";
-import { ConfigProvider } from "@/providers/ConfigProvider";
import { MainPage } from "./MainPage";
export default async function Home() {
- const nileConfig = await getNileConfig();
-
return (
-
-
-
-
-
+
+
+
);
}
diff --git a/src/components/Header.tsx b/src/components/Header.tsx
index f1457fb..7a27585 100644
--- a/src/components/Header.tsx
+++ b/src/components/Header.tsx
@@ -34,9 +34,23 @@ export const Header = () => {
)}
{pathname.startsWith("/language/") && (
-
+
)}
{pathname.startsWith("/language/") && (
@@ -80,9 +94,23 @@ export const Header = () => {
)}
{pathname.startsWith("/project/") && (
-
+
)}
{(pathname.startsWith("/translation/") || pathname.startsWith("/string/")) && (