diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 7dedb678..c14e2f5b 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - node-version: ["16.13.2"] + node-version: ["18.12.0"] steps: - name: ☁ Checkout code diff --git a/.nvmrc b/.nvmrc index 23d9c36a..3e558c9b 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16.13.2 +18.12.0 diff --git a/components/Badge/index.tsx b/components/Badge/index.tsx index e3d7a7b0..aea56971 100644 --- a/components/Badge/index.tsx +++ b/components/Badge/index.tsx @@ -2,16 +2,17 @@ import Link from "next/link"; export default function Badge({ name, id, avatar, tokens, owned }) { return ( - - -
- {name} -
-
-
{name}
-
{tokens} πŸ’°
-
-
+ +
+ {name} +
+
+
{name}
+
{tokens} πŸ’°
+
); } diff --git a/components/Base/index.jsx b/components/Base/index.jsx index c990d2cb..aea63b9c 100644 --- a/components/Base/index.jsx +++ b/components/Base/index.jsx @@ -68,17 +68,17 @@ const MobileNavbar = ({ @@ -128,22 +128,26 @@ export default function Dashboard({
- + SEI Logo
diff --git a/components/Dashboard/index.jsx b/components/Dashboard/index.jsx index 4bae5ff4..43e57c52 100644 --- a/components/Dashboard/index.jsx +++ b/components/Dashboard/index.jsx @@ -123,7 +123,7 @@ export default function Dashboard(props) { src="/images/sponsors/accenture.svg" width="220" height="120" - alt="" + alt="Accenture" />
- - Log out πŸ‘‹ + + Log out πŸ‘‹ diff --git a/components/Footer/index.tsx b/components/Footer/index.tsx index a279ac36..03b2de1a 100644 --- a/components/Footer/index.tsx +++ b/components/Footer/index.tsx @@ -14,8 +14,8 @@ function DefaultAnimation() { return ( Psst. Have you checked the{" "} - - challenges? + + challenges? {" "} Just saying. @@ -88,14 +88,13 @@ export default function Footer(props: IFooterProps) {
- {/* eslint-disable-next-line jsx-a11y/alt-text */} SEI Logo -

+

Semana da
Engenharia
@@ -105,20 +104,23 @@ export default function Footer(props: IFooterProps) {

- - Previous Edition + + Previous Edition - - General Regulation + + General Regulation - Report a Problem + Report a Problem - - Survival Guide + + Survival Guide
diff --git a/components/Layout/Layout.tsx b/components/Layout/Layout.tsx index dc6226b8..9f8b99e4 100644 --- a/components/Layout/Layout.tsx +++ b/components/Layout/Layout.tsx @@ -68,16 +68,14 @@ export default function Layout({