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 +}