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

Merged
alekswilc merged 1 commits from v3 into preview 2024-11-10 20:48:58 +01:00
Showing only changes of commit 10a5fa7556 - Show all commits

View File

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