From aa37c5e2df867c4178674a4f390ab151453c48c2 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Thu, 17 Jul 2025 19:37:19 -0700 Subject: [PATCH] Settings text --- src/routes/Settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Settings.tsx b/src/routes/Settings.tsx index a5a2a3b..4583d67 100644 --- a/src/routes/Settings.tsx +++ b/src/routes/Settings.tsx @@ -1,7 +1,7 @@ export default function Settings () { return ( <> -

Settings

+

Settings

) }