From f9f1fda026d7428e9ea8c73abd266fb2108ccb1e Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Wed, 11 Sep 2024 17:43:53 +0200 Subject: [PATCH] feat: add help text --- src/components/Off.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/Off.tsx b/src/components/Off.tsx index 044f60b..c79d003 100644 --- a/src/components/Off.tsx +++ b/src/components/Off.tsx @@ -20,7 +20,7 @@ export const Off = () => { }, [booting]); return ( -
+
+ +

+ This website is primarly made for desktop +

); };