Skip to content

Commit

Permalink
feat: update hero text
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoSM committed Sep 24, 2023
1 parent b50e730 commit bab4310
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
11 changes: 7 additions & 4 deletions apps/www/components/home/Hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,14 @@ const cards = [
/>
</nuxt-link>
</div>
<div
class="mx-auto mb-10 w-fit rounded-full bg-zinc-900 px-4 py-1 text-center text-[10px] font-semibold text-white md:text-xs"
<nuxt-link
class="block mx-auto mb-10 w-fit rounded-full bg-zinc-900 hover:bg-zinc-800 px-4 py-1 text-center text-[10px] font-semibold text-white md:text-xs"
to="https://discord.gg/8BCByyXxq8"
target="_blank"
external
>
Seja um dos 1000 primeiros alunos e ganhe uma conquista!
</div>
Junte-se a uma comunidade de mais de 2000 alunos!
</nuxt-link>
<!-- <h2
class="mb-3 text-center text-xs font-semibold uppercase text-zinc-500"
>
Expand Down
1 change: 1 addition & 0 deletions apps/www/components/home/HowItWorks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ const cards: card[] = [
<nuxt-link
to="https://discord.gg/8BCByyXxq8"
target="_blank"
external
class="block w-full sm:w-fit"
>
<MButton
Expand Down

0 comments on commit bab4310

Please sign in to comment.