Add small info on SendouQ page

This commit is contained in:
Kalle
2022-06-12 14:17:05 +03:00
parent 2c46658bbb
commit e0f224d84c
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
export default function Index() {
return (
<p className="text-center font-sm">
<p className="text-center text-sm">
Welcome to this work in progress Splatoon 3 version of sendou.ink :){" "}
</p>
);

8
app/routes/play.tsx Normal file
View File

@@ -0,0 +1,8 @@
export default function SendouQPage() {
return (
<p className="text-center text-sm">
Splatoon 2 test of SendouQ is over.
<br /> SendouQ is planned to return for Splatoon 3.{" "}
</p>
);
}