diff --git a/app/components/ContactButton.tsx b/app/components/ContactButton.tsx index 0a58c0f..2784aaa 100755 --- a/app/components/ContactButton.tsx +++ b/app/components/ContactButton.tsx @@ -32,6 +32,10 @@ const ContactButton: React.FC = ({platform, title, descripti buttonColor = "#0866FF"; iconFile = icons.siFacebook.svg; break; + case 'peertube': + buttonColor = "#F1680D"; + iconFile = icons.siPeertube.svg; + break; default: buttonColor = ""; iconFile = ""; @@ -39,7 +43,7 @@ const ContactButton: React.FC = ({platform, title, descripti } return ( -
+

{ title }

@@ -47,7 +51,7 @@ const ContactButton: React.FC = ({platform, title, descripti

-
+
diff --git a/app/components/ContactIcons.tsx b/app/components/ContactIcons.tsx index 2b8831c..9cecef6 100755 --- a/app/components/ContactIcons.tsx +++ b/app/components/ContactIcons.tsx @@ -10,7 +10,7 @@ let ContactIcons = () => { @@ -21,7 +21,7 @@ let ContactIcons = () => { @@ -32,7 +32,7 @@ let ContactIcons = () => { @@ -43,7 +43,7 @@ let ContactIcons = () => { @@ -54,18 +54,29 @@ let ContactIcons = () => { +
  • + + + + +
  • diff --git a/app/layout.tsx b/app/layout.tsx index c02ad3c..978eda2 100755 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -20,7 +20,7 @@ export default function RootLayout({ }) { return ( - + {children}