fix errors
This commit is contained in:
@@ -14,7 +14,7 @@ export default {
|
||||
<a
|
||||
href="#"
|
||||
class="flex flex-row items-center h-12 transform hover:translate-x-2 transition-transform ease-in duration-200 text-gray-500 hover:text-gray-800"
|
||||
v-bind:class="{ 'translate-x-2 text-black font-bold' : translation == i }"
|
||||
v-bind:class="{ 'translate-x-2 text-black font- bold' : translation == i }"
|
||||
>
|
||||
<span v-if="translation == i">>></span>
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user