* fixing bugs due to eslint recommendation
feature: no-task
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
<li v-if="isAnonym" class="block text-md py-4 text-white text-center">
|
||||
<RouterLink to="/about">Über uns</RouterLink>
|
||||
</li>
|
||||
<li v-if="isAnonym" class="block py-2 flex justify-center">
|
||||
<li v-if="isAnonym" class="py-2 flex justify-center">
|
||||
<button
|
||||
class="bg-blue-600 hover:bg-blue-500 duration-300 text-white px-3 py-1 my-2 rounded"
|
||||
@click="login">
|
||||
|
||||
Reference in New Issue
Block a user