This commit is contained in:
Rizky 2023-10-21 11:34:15 +07:00
parent 9dc86db663
commit 24159a6035
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ const start = async () => {
className="bg-green-600 text-white px-4 py-2 rounded-full text-sm" className="bg-green-600 text-white px-4 py-2 rounded-full text-sm"
onClick={click} onClick={click}
> >
App Updated{" "} Prasi Updated{" "}
<span className="opacity-50">{e.data.version}</span> <span className="opacity-50">{e.data.version}</span>
</div> </div>
</div> </div>