ContentFooter update
parent
678fc6a4e4
commit
82b1d071b0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue