fix(): href /LICENSE -> /LICENSE.txt #54

Merged
alekswilc merged 1 commits from v3 into preview 2024-11-09 23:44:16 +01:00
Showing only changes of commit 810b6d7bc8 - Show all commits

View File

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