From baa2f9c96066b0b3e241e312892a8d71641fdf9d Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 18 Oct 2023 09:04:40 -0400 Subject: [PATCH] Fixing z index. --- src/shared/components/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/main.tsx b/src/shared/components/main.tsx index 2b874b3..b652e2f 100644 --- a/src/shared/components/main.tsx +++ b/src/shared/components/main.tsx @@ -21,7 +21,7 @@ interface MainProps { const TitleBlock = ({ i }: MainProps) => (
-

Lemmy

+

Lemmy

{i18n.t("lemmy_desc")}