mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-28 21:31:03 +00:00
feat: adding console.log
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user