Update test

This commit is contained in:
diyaa
2026-08-02 22:04:52 +02:00
parent 8c3849f023
commit d87f3033c6
2 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ export default function RootPage() {
if (isComingSoonMode()) {
return (
<main className="coming-soon-page">
<h1 className="coming-soon-title">Coming Soon</h1>
<h1 className="coming-soon-title">Coming Soon123</h1>
</main>
);
}