From a95856a30ddb0c238edab763e2cb265fca11e520 Mon Sep 17 00:00:00 2001 From: miteruzo Date: Tue, 7 Apr 2026 07:43:10 +0900 Subject: [PATCH] #99 --- frontend/src/components/TagLink.tsx | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/frontend/src/components/TagLink.tsx b/frontend/src/components/TagLink.tsx index 6a41e68..884c851 100644 --- a/frontend/src/components/TagLink.tsx +++ b/frontend/src/components/TagLink.tsx @@ -61,13 +61,23 @@ export default (({ tag, ? )) : ( - - ! - )} + ['character', 'material'].includes (tag.category) + ? ( + + ! + ) + : ( + + ! + ))} )} {nestLevel > 0 && (