Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit f539930

Browse files
committed
formatted code with prettier
1 parent 759cdb6 commit f539930

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

website/src/repl/components/panel/ImportSoundsButton.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ export default function ImportSoundsButton({ onComplete }) {
2121

2222
return (
2323
<label
24-
style={{ alignItems: 'center',
25-
}}
24+
style={{ alignItems: 'center' }}
2625
className="flex bg-background ml-2 pl-2 pr-2 max-w-[210px] rounded-md hover:opacity-50 whitespace-nowrap cursor-pointer"
2726
>
2827
<input

0 commit comments

Comments
 (0)