This commit is contained in:
Stanislaw
2022-06-21 00:48:03 +02:00
parent fdbcb08fd4
commit 0be6b1c0ea
3 changed files with 34 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ import {
TwitterIcon,
MemberIcon,
CalendarIcon,
WikiIcon,
} from "../assets/Icons.js";
export default function Home() {
return (
@@ -54,8 +55,8 @@ export default function Home() {
<a className="github" href="https://github.com/Gractwo">
<GithubIcon className="icons" />
</a>
<a className="minecraft">
<PaperPlane className="icons" />
<a className="wiki" href="https://gractwo.pl/wiki">
<WikiIcon className="icons" />
</a>
</div>
</article>