From 2ae6e2dd4365fed095938022b255c485d72ddc57 Mon Sep 17 00:00:00 2001 From: Simon Kelly Date: Wed, 22 May 2024 22:31:35 +0100 Subject: [PATCH] Update btCubeDisplay.tsx --- src/components/cubing/btCubeDisplay.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/cubing/btCubeDisplay.tsx b/src/components/cubing/btCubeDisplay.tsx index 65d50f3..310046f 100644 --- a/src/components/cubing/btCubeDisplay.tsx +++ b/src/components/cubing/btCubeDisplay.tsx @@ -85,7 +85,7 @@ export default function BTCubeDisplay({ className }: { className: string }) { if (!cube) { return ( -
+
);