Merge pull request 'fix(): href /LICENSE -> /LICENSE.txt' (#54) from v3 into preview

Reviewed-on: simrail/simrail.alekswilc.dev#54
This commit is contained in:
Aleksander Wilczyński 2024-11-09 23:44:15 +01:00
commit 60108b5332
Signed by: gitea
GPG Key ID: CECFC30736A3D1C8

View File

@ -107,7 +107,7 @@ export const Home: React.FC = () =>
} } } }
/></p> /></p>
<p>{ t("home.footer.license") } <Link className="color-orchid" <p>{ t("home.footer.license") } <Link className="color-orchid"
to={ "/LICENSE" }>GNU to={ "/LICENSE.txt" }>GNU
AGPL V3</Link></p> AGPL V3</Link></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>