diff --git a/src/components/AnchorShare.tsx b/src/components/AnchorShare.tsx
index a367f1d..0676cf4 100644
--- a/src/components/AnchorShare.tsx
+++ b/src/components/AnchorShare.tsx
@@ -1,6 +1,6 @@
-import { useRouter } from "next/router";
import { Ico, Icon } from "./Ico";
import { ToolTip } from "./ToolTip";
+import { AppStaticProps } from "graphql/getAppStaticProps";
/*
* ╭─────────────╮
@@ -9,18 +9,22 @@ import { ToolTip } from "./ToolTip";
interface Props {
id: string;
+ langui: AppStaticProps["langui"];
}
// ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─
-export const AnchorShare = ({ id }: Props): JSX.Element => (
+export const AnchorShare = ({ id, langui }: Props): JSX.Element => (
{compProps.children} {langui.notes}:
{compProps.children}
-
),
},
@@ -98,7 +100,7 @@ export const Markdawn = ({
}) => (
{compProps.children}
-
),
},
@@ -111,7 +113,7 @@ export const Markdawn = ({
}) => (
{compProps.children}
-
),
},
@@ -124,7 +126,7 @@ export const Markdawn = ({
}) => (
{compProps.children}
-
),
},
@@ -137,7 +139,7 @@ export const Markdawn = ({
}) => (
{compProps.children}
-
),
},
@@ -150,7 +152,7 @@ export const Markdawn = ({
}) => (
{compProps.children}
-
),
},
@@ -199,7 +201,7 @@ export const Markdawn = ({
component: (compProps) => (
<>
- Preview
{title}
-
{isDefinedAndNotEmpty(description) && (
@@ -437,7 +437,7 @@ export const ChronologyEvent = ({