From 18981e72004f7eb429f62a7d331672ba91ee4403 Mon Sep 17 00:00:00 2001 From: winsdominoes Date: Sun, 7 Jul 2024 18:02:51 +0700 Subject: [PATCH] update main page information --- app/components/ContactIcons.tsx | 15 ++++++++++++++- app/components/Extra/Pixelfed.tsx | 13 +++++++++++++ app/page.tsx | 7 +++++-- app/projects/page.tsx | 3 ++- 4 files changed, 34 insertions(+), 4 deletions(-) create mode 100644 app/components/Extra/Pixelfed.tsx diff --git a/app/components/ContactIcons.tsx b/app/components/ContactIcons.tsx index 3570d40..f16d9c4 100755 --- a/app/components/ContactIcons.tsx +++ b/app/components/ContactIcons.tsx @@ -1,7 +1,9 @@ import * as icons from 'simple-icons'; -import pixelfedIcon from "../../public/icons/pixelfed.svg"; +import PixelfedIcon from './Extra/Pixelfed'; import Image from 'next/image'; +console.log(icons); + let ContactIcons = () => { return (