chore: update prompt hover

This commit is contained in:
2025-04-28 13:56:01 +02:00
parent 4e8aabe05e
commit 26e348b0be
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
<template>
<div class="fixed z-50 bottom-0 right-0">
<button @click="onUpdateClick" class="p-3 m-3 bg-cyan-600 rounded-md text-xl" ref="updateBtnEl">
<button
@click="onUpdateClick"
class="p-3 m-3 bg-cyan-600 rounded-md text-xl hover:scale-105 transition-transform"
ref="updateBtnEl"
>
<div>{{ $t('update-prompt.line1') }}</div>
<u>{{ $t('update-prompt.line2') }}</u>
</button>