From e17b3908aefb01bf3de9ff322a167c7516ba5046 Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Fri, 25 Apr 2025 23:04:30 +0100 Subject: [PATCH] feat: add title attribute to edit and delete mii buttons --- src/app/mii/[slug]/page.tsx | 2 +- src/components/delete-mii.tsx | 2 +- src/components/mii-list/index.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/mii/[slug]/page.tsx b/src/app/mii/[slug]/page.tsx index b6577f7..a92d40a 100644 --- a/src/app/mii/[slug]/page.tsx +++ b/src/app/mii/[slug]/page.tsx @@ -171,7 +171,7 @@ export default async function MiiPage({ params }: Props) {
- + diff --git a/src/components/delete-mii.tsx b/src/components/delete-mii.tsx index 1747a95..8cfac72 100644 --- a/src/components/delete-mii.tsx +++ b/src/components/delete-mii.tsx @@ -49,7 +49,7 @@ export default function DeleteMiiButton({ miiId, miiName, likes }: Props) { return ( <> - diff --git a/src/components/mii-list/index.tsx b/src/components/mii-list/index.tsx index 1c379af..74cf8aa 100644 --- a/src/components/mii-list/index.tsx +++ b/src/components/mii-list/index.tsx @@ -112,7 +112,7 @@ export default function MiiList({ isLoggedIn, userId, sessionUserId }: Props) { {userId && sessionUserId == userId && (
- +