fix(frontend): replace Link with anchor (.txt file).

This commit is contained in:
Aleksander Wilczyński 2024-11-10 20:45:33 +01:00
parent 810b6d7bc8
commit 10a5fa7556
Signed by untrusted user: alekswilc
GPG Key ID: D4464A248E5F27FE

View File

@ -106,9 +106,9 @@ export const Home: React.FC = () =>
to={ "https://discord.gg/yDhy3pDrVr" }/>,
} }
/></p>
<p>{ t("home.footer.license") } <Link className="color-orchid"
to={ "/LICENSE.txt" }>GNU
AGPL V3</Link></p>
<p>{ t("home.footer.license") } <a className="color-orchid"
href={ "/LICENSE.txt" }>GNU
AGPL V3</a></p>
<p>{ t("home.footer.powered") } <Link className="color-orchid"
to={ "https://tailadmin.com/" }>TailAdmin</Link>
</p>