refactor: Update DownloadPage component layout and styles

This commit is contained in:
Mauro Balades
2024-08-20 14:26:50 +02:00
parent dd74a705bf
commit 586f02a2a1

View File

@@ -216,7 +216,7 @@ export default function DownloadPage() {
{(hasDownloaded && ( {(hasDownloaded && (
<div className="flex items-center justify-center flex-col"> <div className="flex items-center justify-center flex-col">
<h1 className="text-6xl font-bold">Downloaded! </h1> <h1 className="text-6xl font-bold">Downloaded! </h1>
<p className="text-muted-foreground mt-3"> <p className="text-muted-foreground mt-3 text-center">
Zen Browser has been downloaded successfully. Enjoy browsing the Zen Browser has been downloaded successfully. Enjoy browsing the
web with Zen! web with Zen!
</p> </p>