Skip to content

Commit d275b49

Browse files
committed
chore: make it go on end
1 parent 980ef75 commit d275b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/Playground.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ function Playground() {
425425
</Link>
426426
</span>
427427
</div>
428-
<div className="flex gap-x-2 justify-evenly ">
428+
<div className="flex gap-x-2 justify-end">
429429
<FileUpload onFileUpload={onFileUpload} />
430430
<ShareButton
431431
onClick={clickShareButton}

0 commit comments

Comments
 (0)