From ac56b450fc576841874904c6ebb54a167d833492 Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Sun, 30 Mar 2025 18:44:00 +0100 Subject: [PATCH] feat: add links to tags --- src/app/components/mii-list.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/components/mii-list.tsx b/src/app/components/mii-list.tsx index d801f39..546b292 100644 --- a/src/app/components/mii-list.tsx +++ b/src/app/components/mii-list.tsx @@ -111,7 +111,9 @@ export default async function MiiList({ searchParams, userId }: Props) {
{mii.tags.map((tag) => ( - {tag} + + {tag} + ))}