|
|
@ -9,7 +9,7 @@ |
|
|
|
></router-link> |
|
|
|
</li> |
|
|
|
<!-- Search --> |
|
|
|
<li class="basis-1/5 rounded-md bg-slate-400 text-white"> |
|
|
|
<li class="basis-1/5 rounded-md text-slate-500"> |
|
|
|
<router-link |
|
|
|
:to="{ name: 'discover' }" |
|
|
|
class="block text-center py-3 px-1" |
|
|
@ -25,7 +25,7 @@ |
|
|
|
></router-link> |
|
|
|
</li> |
|
|
|
<!-- Contacts --> |
|
|
|
<li class="basis-1/5 rounded-md text-slate-500"> |
|
|
|
<li class="basis-1/5 rounded-md bg-slate-400 text-white"> |
|
|
|
<router-link |
|
|
|
:to="{ name: 'contacts' }" |
|
|
|
class="block text-center py-3 px-1" |
|
|
|