mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding console.log
This commit is contained in:
parent
ded56c518d
commit
735b540af4
6 changed files with 63 additions and 64 deletions
|
@ -81,10 +81,10 @@ export function BottomPanel() {
|
|||
<small>{status}</small>
|
||||
</button>
|
||||
|
||||
<small>
|
||||
{/* <small>
|
||||
{sessionHash ? `${sessionHash} -` : ""} v{version} "
|
||||
{VERSION_CODENAME}"
|
||||
</small>
|
||||
</small> */}
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
|
|
|
@ -54,7 +54,7 @@ export function UploadBackgroundImageButton() {
|
|||
disabled={isUploadingBackgroundImage}
|
||||
>
|
||||
<UploadIcon />
|
||||
{isUploadingBackgroundImage ? "Uploading..." : "Upload background"}
|
||||
{isUploadingBackgroundImage ? "Uploading..." : "Atualizar banner"}
|
||||
</Button>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue