We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0373a60 commit b1693d5Copy full SHA for b1693d5
1 file changed
app/page.js
@@ -28,10 +28,11 @@ export default function Home() {
28
</ul>
29
</div>
30
31
- <div className="px-6 py-3 bg-yellow-100 text-yellow-800 text-center text-lg shadow-sm">
+ <div className="px-6 py-3 bg-yellow-300 text-black-800 sm:bg-red-300 text-center text-lg shadow-sm">
32
🚧 This website is under construction. <br />
33
Please check back later for updates!
34
35
+
36
</header>
37
</>
38
);
0 commit comments