From d030df50f009931980ea9e15c0df10c0b50a4bc8 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 20 Mar 2025 20:26:53 +0900 Subject: fix(frontend): align player name and icon center --- frontend/app/components/PlayerNameAndIcon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/app') diff --git a/frontend/app/components/PlayerNameAndIcon.tsx b/frontend/app/components/PlayerNameAndIcon.tsx index e9536e3..c9c7f20 100644 --- a/frontend/app/components/PlayerNameAndIcon.tsx +++ b/frontend/app/components/PlayerNameAndIcon.tsx @@ -8,7 +8,7 @@ type Props = { export default function PlayerNameAndIcon({ label, profile }: Props) { return ( -
+
{label}
{profile.displayName}
-- cgit v1.2.3-70-g09d2