From 323940ec3cc47674c0a201f00ae5d42a34f4dead Mon Sep 17 00:00:00 2001 From: JilianaTiu Date: Mon, 26 Sep 2022 13:23:25 -0700 Subject: [PATCH] curved footer --- src/public/committees.tsx | 10 +++++++--- src/public/events.tsx | 4 ++-- src/public/projects.tsx | 5 +++-- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/src/public/committees.tsx b/src/public/committees.tsx index 0c9a0b7..8478b85 100644 --- a/src/public/committees.tsx +++ b/src/public/committees.tsx @@ -35,15 +35,19 @@ class Main extends React.Component { -
- -
{ +
+ +
{ [...EMAIL, ...SOCIALS].map(n => ( )) }
+ + +
+
; } diff --git a/src/public/events.tsx b/src/public/events.tsx index a1024a1..4a65ba4 100644 --- a/src/public/events.tsx +++ b/src/public/events.tsx @@ -40,8 +40,8 @@ class Main extends React.Component {
- -
{ + +
{ [...EMAIL, ...SOCIALS].map(n => ( )) diff --git a/src/public/projects.tsx b/src/public/projects.tsx index 266f880..245b5b3 100644 --- a/src/public/projects.tsx +++ b/src/public/projects.tsx @@ -41,14 +41,15 @@ class Main extends React.Component {
- -
{ + +
{ [...EMAIL, ...SOCIALS].map(n => ( )) }
+ ; }