mirror of
https://dev.azure.com/tstanciu94/CDN/_git/CDN_Frontend
synced 2025-06-21 19:24:34 +03:00
ContentFooter update
This commit is contained in:
parent
678fc6a4e4
commit
82b1d071b0
@ -26,15 +26,15 @@ const ContentFooter = () => {
|
|||||||
<div>
|
<div>
|
||||||
<Link
|
<Link
|
||||||
color={"primary"}
|
color={"primary"}
|
||||||
href={"https://flatlogic.com/"}
|
href={"https://toodle.ddns.net/heimdall"}
|
||||||
target={"_blank"}
|
target={"_blank"}
|
||||||
className={classes.link}
|
className={classes.link}
|
||||||
>
|
>
|
||||||
Flatlogic
|
Toodle
|
||||||
</Link>
|
</Link>
|
||||||
<Link
|
<Link
|
||||||
color={"primary"}
|
color={"primary"}
|
||||||
href={"https://flatlogic.com/about"}
|
href={"https://toodle.ddns.net/heimdall"}
|
||||||
target={"_blank"}
|
target={"_blank"}
|
||||||
className={classes.link}
|
className={classes.link}
|
||||||
>
|
>
|
||||||
@ -42,7 +42,7 @@ const ContentFooter = () => {
|
|||||||
</Link>
|
</Link>
|
||||||
<Link
|
<Link
|
||||||
color={"primary"}
|
color={"primary"}
|
||||||
href={"https://flatlogic.com/blog"}
|
href={"https://toodle.ddns.net/heimdall"}
|
||||||
target={"_blank"}
|
target={"_blank"}
|
||||||
className={classes.link}
|
className={classes.link}
|
||||||
>
|
>
|
||||||
@ -50,17 +50,17 @@ const ContentFooter = () => {
|
|||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<Link href={"https://www.facebook.com/flatlogic"} target={"_blank"}>
|
<Link href={"https://www.facebook.com"} target={"_blank"}>
|
||||||
<IconButton aria-label="facebook">
|
<IconButton aria-label="facebook">
|
||||||
<Icon path={FacebookIcon} size={1} color="#6E6E6E99" />
|
<Icon path={FacebookIcon} size={1} color="#6E6E6E99" />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</Link>
|
</Link>
|
||||||
<Link href={"https://twitter.com/flatlogic"} target={"_blank"}>
|
<Link href={"https://twitter.com"} target={"_blank"}>
|
||||||
<IconButton aria-label="twitter">
|
<IconButton aria-label="twitter">
|
||||||
<Icon path={TwitterIcon} size={1} color="#6E6E6E99" />
|
<Icon path={TwitterIcon} size={1} color="#6E6E6E99" />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</Link>
|
</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 }}>
|
<IconButton aria-label="github" style={{ marginRight: -12 }}>
|
||||||
<Icon path={GithubIcon} size={1} color="#6E6E6E99" />
|
<Icon path={GithubIcon} size={1} color="#6E6E6E99" />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user