From 41d24a87707cc64c26951630a82682041e3bf797 Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Mon, 1 Apr 2024 17:03:04 -0400 Subject: [PATCH 1/2] update newsletter button/size the socials were removed from this section because the footer has them and are very close to each other. --- src/components/sections/Contact.section.tsx | 29 ++++++++------------- 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/src/components/sections/Contact.section.tsx b/src/components/sections/Contact.section.tsx index ab8404f0..4e4325b6 100644 --- a/src/components/sections/Contact.section.tsx +++ b/src/components/sections/Contact.section.tsx @@ -1,6 +1,6 @@ import React from 'react'; import { TopBorder, BottomBorder, MiddleBody, Hawk, BirdParts } from '@assets'; -import { Button, SocialIcons } from '@components'; +import { Button } from '@components'; const ContactSection: React.FC = () => { const openInNewTab = (url: string) => { @@ -32,28 +32,21 @@ const ContactSection: React.FC = () => { > CONTACT US -

+

Reach out at hello@hawkhacks.ca for any help or support, and please be sure to join the{' '} HawkHacks Discord community!

-
-
-
- -
-
- -
-
-
+ Date: Tue, 2 Apr 2024 10:11:23 -0400 Subject: [PATCH 2/2] center newsletter btn on smaller screen sizes --- src/components/sections/Contact.section.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/Contact.section.tsx b/src/components/sections/Contact.section.tsx index 4e4325b6..9eb51348 100644 --- a/src/components/sections/Contact.section.tsx +++ b/src/components/sections/Contact.section.tsx @@ -41,7 +41,7 @@ const ContactSection: React.FC = () => {