mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-21 15:44:31 +00:00
Change view all accounts to view latest posts
This commit is contained in:
parent
197fc2d930
commit
05aef5c326
1 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ import React from 'react'
|
||||||
import type {NextPage} from "next"
|
import type {NextPage} from "next"
|
||||||
import {default as Link} from "next/link"
|
import {default as Link} from "next/link"
|
||||||
import {faGithub, faDiscord, faSteam, faItchIo, faLinkedin, faStackOverflow} from "@fortawesome/free-brands-svg-icons"
|
import {faGithub, faDiscord, faSteam, faItchIo, faLinkedin, faStackOverflow} from "@fortawesome/free-brands-svg-icons"
|
||||||
import {faBorderAll, faEnvelope, faGlobe, faUser, faPlus, faCashRegister, faShieldAlt, faDiagramProject, faPaintRoller, faBookAtlas, faGamepad, faPaintbrush, faArrowLeft, faCog, faFloppyDisk, faScissors, faShield, faCircleNodes} from "@fortawesome/free-solid-svg-icons"
|
import {faBorderAll, faEnvelope, faGlobe, faComment, faPlus, faCashRegister, faShieldAlt, faDiagramProject, faPaintRoller, faBookAtlas, faGamepad, faPaintbrush, faArrowLeft, faCog, faFloppyDisk, faScissors, faShield, faCircleNodes} from "@fortawesome/free-solid-svg-icons"
|
||||||
import {FlipPanel} from "../components/FlipPanel"
|
import {FlipPanel} from "../components/FlipPanel"
|
||||||
import {LinkPanel} from "../components/LinkPanel"
|
import {LinkPanel} from "../components/LinkPanel"
|
||||||
import {ProjectsList} from "../components/ProjectsList"
|
import {ProjectsList} from "../components/ProjectsList"
|
||||||
|
@ -224,13 +224,13 @@ const Index: NextPage = () => {
|
||||||
</div>
|
</div>
|
||||||
<hr/>
|
<hr/>
|
||||||
<p>
|
<p>
|
||||||
If you want to find me on some other service, please:
|
Want to see what I've been thinking about lately?
|
||||||
</p>
|
</p>
|
||||||
<div className={"group-lp"}>
|
<div className={"group-lp"}>
|
||||||
<LinkPanel
|
<LinkPanel
|
||||||
fade
|
fade
|
||||||
icon={faUser}
|
icon={faComment}
|
||||||
text={"View all my accounts"}
|
text={"View my latest posts"}
|
||||||
description={"Coming soon..."}
|
description={"Coming soon..."}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue