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 (
-
-
-
+
Semana da
Engenharia
@@ -105,20 +104,23 @@ export default function Footer(props: IFooterProps) {