From e0f224d84ccd193c36c2c61f9b4eaae43dc4fcf3 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sun, 12 Jun 2022 14:17:05 +0300 Subject: [PATCH] Add small info on SendouQ page --- app/routes/index.tsx | 2 +- app/routes/play.tsx | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 app/routes/play.tsx diff --git a/app/routes/index.tsx b/app/routes/index.tsx index fbfc43985..56af7511b 100644 --- a/app/routes/index.tsx +++ b/app/routes/index.tsx @@ -1,6 +1,6 @@ export default function Index() { return ( -

+

Welcome to this work in progress Splatoon 3 version of sendou.ink :){" "}

); diff --git a/app/routes/play.tsx b/app/routes/play.tsx new file mode 100644 index 000000000..59372d550 --- /dev/null +++ b/app/routes/play.tsx @@ -0,0 +1,8 @@ +export default function SendouQPage() { + return ( +

+ Splatoon 2 test of SendouQ is over. +
SendouQ is planned to return for Splatoon 3.{" "} +

+ ); +}