Skip to content

Commit

Permalink
fix(home): remove name on header
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosirera committed Nov 27, 2020
1 parent a0c7e01 commit ac3137a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/ui/TheHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
<div class="container flex justify-between items-center">
<nuxt-link to="/" class="flex items-center">
<Logo />
<h1 class="secondary-title ml-4">
Pablo Sirera
</h1>
</nuxt-link>
<div class="flex items-center">
<ul class="text-center hidden sm:flex">
Expand Down

0 comments on commit ac3137a

Please sign in to comment.