From b7dffe8b52af5461db55127cbb93e49d7fe544f3 Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Fri, 16 May 2025 19:51:31 +0100 Subject: [PATCH] fix: update

tag in index page when tags are present --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b3eae8..99ea9fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,6 +34,7 @@ export async function generateMetadata({ searchParams }: Props): Promise -

TomodachiShare - index page

+

{tags ? `Miis tagged with '${tags}' - TomodachiShare` : "TomodachiShare - index mii list"}

}>