Skip to content

Commit

Permalink
feat: update Navbar component link text for better clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
jnaraujo committed Aug 4, 2024
1 parent c5630b0 commit f923143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function Nav() {
asChild
className="h-full bg-violet-600 hover:bg-violet-700 dark:text-stone-200"
>
<Link href="/editor">Testar o Novo Editor!</Link>
<Link href="/editor">Editor Completo</Link>
</Button>
</li>
<li>
Expand Down Expand Up @@ -104,7 +104,7 @@ function MobileNav() {
asChild
className="h-full bg-violet-600 text-zinc-50 hover:bg-violet-700"
>
<Link href="/editor">Testar o Novo Editor!</Link>
<Link href="/editor">Editor Completo</Link>
</Button>
</li>
<li>
Expand Down

0 comments on commit f923143

Please sign in to comment.