Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
X7md committed Dec 20, 2024
1 parent 2359c62 commit 399eacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import '@/styles/globals.css'
</head>
<body>
<main class="grid justify-center items-center w-full relative">
<h2 class="absolute top-[35%] p-4 text-white drop-shadow-lg text-2xl font-bold text-center w-full">Cooming Soon...</h2>
<h2 class="absolute top-[35%] p-4 text-white drop-shadow-lg text-2xl font-bold text-center w-full capitalize">coming soon...</h2>
<img class="w-[100vw] col-start-1 row-start-1 object-cover object-[center_75%]" src="./al-naslaa-art.png" />
<img
transition-style="out:wipe:up4"
Expand Down

0 comments on commit 399eacd

Please sign in to comment.