From f662c0832f1f7f45a4e1a926f3ec5a1d21e80fa7 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 19 Aug 2024 04:12:48 +0900 Subject: feat(frontend): adjust style of submit result --- frontend/app/components/Gaming/CodeBlock.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/app/components/Gaming/CodeBlock.tsx') diff --git a/frontend/app/components/Gaming/CodeBlock.tsx b/frontend/app/components/Gaming/CodeBlock.tsx index fc14b63..b7d45c0 100644 --- a/frontend/app/components/Gaming/CodeBlock.tsx +++ b/frontend/app/components/Gaming/CodeBlock.tsx @@ -13,7 +13,7 @@ export default function CodeBlock({ code, language }: Props) { const highlighted = highlight(code, languages[language]!, language); return ( -
+		
 			
 		
); -- cgit v1.2.3-70-g09d2