diff --git a/public/gmail-black.svg b/public/gmail-black.svg new file mode 100644 index 0000000..7c41985 --- /dev/null +++ b/public/gmail-black.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 6b7ac64..84b2997 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -2,13 +2,17 @@ import Navbar from '@/components/Navbar'; interface Props { text: string; + image?: JSX.Element, } const Header = (props: Props) => { return (
-
+
+ {props.image} +
+

{props.text}

diff --git a/src/pages/contact.tsx b/src/pages/contact.tsx index 7929d25..f28f1bc 100644 --- a/src/pages/contact.tsx +++ b/src/pages/contact.tsx @@ -13,10 +13,11 @@ const Contact = () => ( -
+ +
-
-

+
+

Discord is the best place to stay up to date with our latest updates and events.

( discord
-
+

You can also find us on these platforms:

- - Instagram logo - Instagram - - - LinkedIn logo - LinkedIn - - - GitHub logo - GitHub - +
-

- {'Contacts for our officers, division heads, and project leads can be found on the '} - - governance page - - . -