1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-10-16 15:27:28 +00:00

Change view all accounts to view latest posts

This commit is contained in:
Steffo 2023-07-06 18:57:40 +02:00
parent 197fc2d930
commit 05aef5c326
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -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>