From 074c7feb19efeb936025410ba6ec95ac01884f5e Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 15 Mar 2025 21:11:03 +0900 Subject: feat(frontend): improve user label style --- frontend/app/components/UserLabel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/app/components/UserLabel.tsx') diff --git a/frontend/app/components/UserLabel.tsx b/frontend/app/components/UserLabel.tsx index b436ad6..16ef4d4 100644 --- a/frontend/app/components/UserLabel.tsx +++ b/frontend/app/components/UserLabel.tsx @@ -4,7 +4,7 @@ type Props = { export default function UserLabel({ label }: Props) { return ( - + {label} ); -- cgit v1.2.3-70-g09d2