Skip to content

Commit

Permalink
Discard changes to playground/src/Editor/SideBar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Aug 14, 2024
1 parent f97b611 commit 2692d79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function SideBar({ children, position }: SideBarProps) {
return (
<ul
className={classNames(
"w-12 flex-initial flex flex-col items-stretch bg-galaxy",
"w-12 flex-initial flex flex-col items-stretch bg-galaxy",
position === "left" ? "border-r" : "border-l",
)}
>
Expand Down

0 comments on commit 2692d79

Please sign in to comment.