ContentFooter update

master
Tudor Stanciu 2021-07-04 02:44:59 +03:00
parent 678fc6a4e4
commit 82b1d071b0
1 changed files with 7 additions and 7 deletions

View File

@ -26,15 +26,15 @@ const ContentFooter = () => {
<div>
<Link
color={"primary"}
href={"https://flatlogic.com/"}
href={"https://toodle.ddns.net/heimdall"}
target={"_blank"}
className={classes.link}
>
Flatlogic
Toodle
</Link>
<Link
color={"primary"}
href={"https://flatlogic.com/about"}
href={"https://toodle.ddns.net/heimdall"}
target={"_blank"}
className={classes.link}
>
@ -42,7 +42,7 @@ const ContentFooter = () => {
</Link>
<Link
color={"primary"}
href={"https://flatlogic.com/blog"}
href={"https://toodle.ddns.net/heimdall"}
target={"_blank"}
className={classes.link}
>
@ -50,17 +50,17 @@ const ContentFooter = () => {
</Link>
</div>
<div>
<Link href={"https://www.facebook.com/flatlogic"} target={"_blank"}>
<Link href={"https://www.facebook.com"} target={"_blank"}>
<IconButton aria-label="facebook">
<Icon path={FacebookIcon} size={1} color="#6E6E6E99" />
</IconButton>
</Link>
<Link href={"https://twitter.com/flatlogic"} target={"_blank"}>
<Link href={"https://twitter.com"} target={"_blank"}>
<IconButton aria-label="twitter">
<Icon path={TwitterIcon} size={1} color="#6E6E6E99" />
</IconButton>
</Link>
<Link href={"https://github.com/flatlogic"} target={"_blank"}>
<Link href={"https://dev.azure.com/tstanciu94"} target={"_blank"}>
<IconButton aria-label="github" style={{ marginRight: -12 }}>
<Icon path={GithubIcon} size={1} color="#6E6E6E99" />
</IconButton>