We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d727004 commit a785e53Copy full SHA for a785e53
src/components/Playground/Playground.tsx
@@ -18,7 +18,7 @@ export default function Playground() {
18
return (
19
<div className="container mx-auto flex flex-col flex-grow min-h-screen bg-white text-gray-900">
20
<header className="navbar flex items-center justify-between py-5">
21
- <div className="flex items-center">
+ <div className="flex items-center ml-4">
22
<Image
23
src="/images/dicedb-logo-light.png"
24
width={110}
0 commit comments