mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-05-13 13:17:45 +00:00
feat: remove code base change notice
This commit is contained in:
parent
d52d428f1f
commit
e8249154d9
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ export default function IndexPage() {
|
||||||
<h1 className="sr-only">
|
<h1 className="sr-only">
|
||||||
{searchParams.get("tags") ? `Miis tagged with '${searchParams.get("tags")}' - TomodachiShare` : "TomodachiShare - index mii list"}
|
{searchParams.get("tags") ? `Miis tagged with '${searchParams.get("tags")}' - TomodachiShare` : "TomodachiShare - index mii list"}
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-center mb-4">We're currently going through some major code changes therefore some features won't work.</p>
|
|
||||||
<MiiList />
|
<MiiList />
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue