mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-27 17:00:52 +01:00
Update style
This commit is contained in:
parent
058d5df11a
commit
4428945ab2
@ -5,6 +5,7 @@ export const UpscaylCloudModal = ({ show, setShow }) => {
|
||||
return (
|
||||
<dialog className={`modal ${show && "modal-open"}`}>
|
||||
<div className="modal-box flex flex-col text-center items-center gap-4">
|
||||
<p className="badge badge-neutral text-xs">Coming soon!</p>
|
||||
<p className="text-2xl font-semibold">Introducing Upscayl Cloud!</p>
|
||||
<p className="w-9/12 font-medium text-lg">
|
||||
No more hardware issues, quality compromises or long loading times!
|
||||
|
Loading…
Reference in New Issue
Block a user