From 2e21a843f213526e53a4f9062e09e8e912300aa9 Mon Sep 17 00:00:00 2001 From: winsdominoes Date: Thu, 4 Jul 2024 06:12:22 +0700 Subject: [PATCH] added contact icons --- app/components/ContactIcons.tsx | 24 +++++++++++++++++++++++- app/page.tsx | 4 ++-- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/app/components/ContactIcons.tsx b/app/components/ContactIcons.tsx index 3d1bedc..3f18e4b 100755 --- a/app/components/ContactIcons.tsx +++ b/app/components/ContactIcons.tsx @@ -35,6 +35,28 @@ let ContactIcons = () => { dangerouslySetInnerHTML={{ __html: icons.siActivitypub.svg }}> + +
  • + + + + +
  • +
  • + + + +
  • @@ -62,4 +84,4 @@ let ContactIcons = () => { ) } -export default ContactIcons; \ No newline at end of file +export default ContactIcons; diff --git a/app/page.tsx b/app/page.tsx index 4107225..9f5f273 100755 --- a/app/page.tsx +++ b/app/page.tsx @@ -98,7 +98,7 @@ export default function Home() { @@ -114,4 +114,4 @@ export default function Home() { ); -} \ No newline at end of file +}