Be the programmer your linter thinks you are

This commit is contained in:
Shiny Nematoda 2023-08-30 11:59:11 +02:00 committed by GitHub
parent 3a5fe4780b
commit 13d16f83b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@
<span
v-if="error > 0"
v-t="{ path: 'player.failed', args: [error] }"
class="absolute top-8 bg-black/80 backdrop-blur-sm p-2 text-lg rounded"
class="absolute top-8 rounded bg-black/80 p-2 text-lg backdrop-blur-sm"
/>
</div>
</template>