From 10a5fa7556cfc220d0522ff836707c6fe9e77c22 Mon Sep 17 00:00:00 2001
From: alekswilc
Date: Sun, 10 Nov 2024 20:45:33 +0100
Subject: [PATCH] fix(frontend): replace Link with anchor (.txt file).
---
packages/frontend/src/pages/Home.tsx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/packages/frontend/src/pages/Home.tsx b/packages/frontend/src/pages/Home.tsx
index a3d12c3..7b0fbd9 100644
--- a/packages/frontend/src/pages/Home.tsx
+++ b/packages/frontend/src/pages/Home.tsx
@@ -106,9 +106,9 @@ export const Home: React.FC = () =>
to={ "https://discord.gg/yDhy3pDrVr" }/>,
} }
/>
- { t("home.footer.license") } GNU
- AGPL V3
+ { t("home.footer.license") } GNU
+ AGPL V3
{ t("home.footer.powered") } TailAdmin
--
2.39.5