Skip to content

Commit a785e53

Browse files
committed
done with the task 1
1 parent d727004 commit a785e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Playground/Playground.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function Playground() {
1818
return (
1919
<div className="container mx-auto flex flex-col flex-grow min-h-screen bg-white text-gray-900">
2020
<header className="navbar flex items-center justify-between py-5">
21-
<div className="flex items-center">
21+
<div className="flex items-center ml-4">
2222
<Image
2323
src="/images/dicedb-logo-light.png"
2424
width={110}

0 commit comments

Comments
 (0)