Links to about and notices page

This commit is contained in:
Pogodaanton 2020-07-12 13:37:22 +02:00
parent 1b8687bd9b
commit 0f632b789f
1 changed files with 4 additions and 2 deletions

View File

@ -129,15 +129,17 @@ const FVSidebarFooter: React.ComponentType<FVSidebarFooterProps> = ({
}}
>
<div className={managedClasses.fv_sidebarFooter_links}>
<Hypertext href={window.location.origin}>
<Hypertext href="https://github.com/Pogodaanton/Shadis#readme">
{t("common:hyperlinks.about")}
</Hypertext>
<Hypertext href={window.location.origin}>
<Hypertext href="https://github.com/Pogodaanton/Shadis/raw/master/NOTICES">
{t("common:hyperlinks.thirdParty")}
</Hypertext>
{/*}
<Hypertext href={window.location.origin}>
{t("common:hyperlinks.changeLanguage")}
</Hypertext>
{*/}
</div>
<div className={managedClasses.fv_sidebarFooter_buttons}>
{isLoggedIn && <FVSidebarDeleteButton fileData={fileData} />}