Skip to content

Commit

Permalink
fix: text link
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcaiana committed May 4, 2023
1 parent 4dfdc01 commit b77db75
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ const social = [
</h1>
<h2 class="max-w-[500px] text-xl">
Especializado em tecnologias
<strong>Javascript</strong>, <strong>Typescript</strong>, <strong>Vue</strong>,
<strong>Nuxt</strong>, <strong>Web Performance</strong> e
<strong>Design</strong>.
<strong>Javascript</strong>, <strong>Typescript</strong>,
<strong>Vue</strong>, <strong>Nuxt</strong>,
<strong>Web Performance</strong> e <strong>Design</strong>.
</h2>

<div class="flex gap-2 mt-3">
Expand Down Expand Up @@ -88,7 +88,7 @@ const social = [
</h2>

<nuxt-link to="/projects">
<span class="font-bold text-sm mr-2">Ve todos os projetos</span>
<span class="font-bold text-sm mr-2">Ver todos os projetos</span>
<Icon name="ph:arrow-right" />
</nuxt-link>
</div>
Expand All @@ -113,7 +113,7 @@ const social = [
</h3>

<nuxt-link to="/blog">
<span class="font-bold text-sm mr-2">Ve todos os posts</span>
<span class="font-bold text-sm mr-2">Ver todos os posts</span>
<Icon name="ph:arrow-right" />
</nuxt-link>
</div>
Expand Down

0 comments on commit b77db75

Please sign in to comment.