From e8249154d98a268709152a9ba6b4e38620c13099 Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Fri, 24 Apr 2026 23:01:21 +0100 Subject: [PATCH] feat: remove code base change notice --- frontend/src/pages/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/pages/index.tsx b/frontend/src/pages/index.tsx index a3f6a22..9617432 100644 --- a/frontend/src/pages/index.tsx +++ b/frontend/src/pages/index.tsx @@ -9,7 +9,6 @@ export default function IndexPage() {

{searchParams.get("tags") ? `Miis tagged with '${searchParams.get("tags")}' - TomodachiShare` : "TomodachiShare - index mii list"}

-

We're currently going through some major code changes therefore some features won't work.

);