Skip to content

Commit

Permalink
Update btCubeDisplay.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkellly committed May 22, 2024
1 parent 944153b commit 2ae6e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cubing/btCubeDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default function BTCubeDisplay({ className }: { className: string }) {

if (!cube) {
return (
<div className="flex items-center justify-center text-4xl font-bold my-auto h-full">
<div className="flex items-center justify-center text-4xl font-bold my-auto h-full min-h-32">
<Bluetooth className="size-12" />
</div>
);
Expand Down

0 comments on commit 2ae6e2d

Please sign in to comment.