Merge pull request 'fix(frontend): replace Link with anchor (.txt file).' (#55) from v3 into preview
Reviewed-on: simrail/simrail.alekswilc.dev#55 Reviewed-by: Aleksander Wilczyński <aleks@alekswilc.dev>
This commit is contained in:
commit
2d74b391de
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user