cleaning & udpated generate keys.sh

This commit is contained in:
Mishalabdullah
2024-05-05 15:45:20 +05:30
parent 3450ebc0ab
commit 306775b07e
4 changed files with 4 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ export default function InstallYaml() {
});
} else {
toast.update(toastId, {
render: "Yaml File Present 👌",
render: "Yaml File Downloaded 👌",
type: "success",
isLoading: false,
autoClose: 5000,

View File

@@ -125,7 +125,7 @@ export default function CheckYaml() {
label={"Version Number"}
value={versionNumber}
onChange={handleVersionChange}
placeholder="1.0.0"
placeholder="1.1.0"
/>
<div className={styles.buttonsContainer}>