From 102095c794e6520b98e2fb5cf9bca63c3575a79f Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Mon, 8 Jan 2024 14:49:22 +0200 Subject: [PATCH] add upwork link --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 30850cd..79c266e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,11 +1,11 @@ import GiteaSvg from "@/components/gitea-svg"; -import { faGithub, faGitlab } from "@fortawesome/free-brands-svg-icons"; +import { faGithub, faGitlab, faUpwork } from "@fortawesome/free-brands-svg-icons"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import Link from "next/link"; const Home = () => (
-
+
@@ -15,6 +15,9 @@ const Home = () => ( + + +
);