Fix sonar issues

This commit is contained in:
RcleydsonR
2023-01-25 23:28:32 -03:00
parent f67fade5ee
commit 7efb10bfde
8 changed files with 1 additions and 16 deletions

View File

@@ -111,7 +111,6 @@ showInitialItems();
BRZ
</span>
<!-- TODO: change this hardcoded date -->
<span class="last-release-info transaction-date"> 20 out 2022 </span>
<span class="last-release-info" v-if="!props.isManageMode">

View File

@@ -83,7 +83,7 @@ const validatePix = async (): Promise<void> => {
<div
class="flex-col items-center justify-center flex w-full bg-white p-8 rounded-lg break-normal"
>
<img :src="qrCode" class="w-48 h-48" />
<img alt="Qr code image" :src="qrCode" class="w-48 h-48" />
<span class="text-center font-bold">Código pix</span>
<div class="break-words w-4/5">
<span class="text-center text-xs">
@@ -190,10 +190,6 @@ h2 {
transform: translateX(50%);
}
.page {
@apply flex flex-col items-center justify-center w-full mt-16;
}
.text-container {
@apply flex flex-col items-center justify-center gap-4;
}