feat: adding console.log

This commit is contained in:
Chubby Granny Chaser 2024-10-20 18:11:13 +01:00
parent ded56c518d
commit 735b540af4
No known key found for this signature in database
6 changed files with 63 additions and 64 deletions

View file

@ -81,10 +81,10 @@ export function BottomPanel() {
<small>{status}</small>
</button>
<small>
{/* <small>
{sessionHash ? `${sessionHash} -` : ""} v{version} &quot;
{VERSION_CODENAME}&quot;
</small>
</small> */}
</footer>
);
}

View file

@ -54,7 +54,7 @@ export function UploadBackgroundImageButton() {
disabled={isUploadingBackgroundImage}
>
<UploadIcon />
{isUploadingBackgroundImage ? "Uploading..." : "Upload background"}
{isUploadingBackgroundImage ? "Uploading..." : "Atualizar banner"}
</Button>
);
}