From 0a1402330d7a894407e3952cf97181db795d50a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1rio=20Guimar=C3=A3es?= <49988070+Darguima@users.noreply.github.com> Date: Tue, 14 Nov 2023 02:38:05 +0000 Subject: [PATCH] refactor: align landing footer (#573) * Refactor Footer component layout and styles. * Ran Formatter * Fixed wrap * ran formatter --- components/Footer/index.tsx | 68 ++++++++++++++++++------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/components/Footer/index.tsx b/components/Footer/index.tsx index 03b2de1a..ec4b5147 100644 --- a/components/Footer/index.tsx +++ b/components/Footer/index.tsx @@ -85,34 +85,44 @@ export default function Footer(props: IFooterProps) { className={`spacing ${styles.bgTransition} bg-secondary`} ref={observe} > -
-
-
- SEI Logo -

- Semana da
- Engenharia -
- Informática -

-
+
+
+ SEI Logo +

+ Semana da
+ Engenharia +
+ Informática +

+
+ +
+ + ) + } + > + {props.children} +
-
-
+ +
+
Previous Edition - - General Regulation - Survival Guide + + General Regulation +
@@ -130,19 +143,6 @@ export default function Footer(props: IFooterProps) {
-
- - ) - } - > - {props.children} - -
); }