added space

This commit is contained in:
Polaris 2024-08-25 17:24:52 -04:00
parent 1004cdd742
commit 7903210aed

View File

@ -96,7 +96,7 @@ export function PlayerChangableChunithmGameVersionSelection({}: ChunithmGameVers
render={({ field }) => (
<FormItem className="flex flex-col">
<FormLabel className="pb-2">
Chunithm:
Chunithm:&nbsp;
{selectedGameVersion
? GameVersion[
selectedGameVersion as keyof typeof GameVersion