Skip to content

Commit

Permalink
Remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuth committed Jan 16, 2024
1 parent e6d8a01 commit b2a4588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function App() {
const [state, dispatch] = useReducer(reducer, initialState);

return (
<main className="flex h-screen gap-2 bg-black p-4 text-white ">
<main className="flex h-screen gap-2 bg-black p-4 text-white">
<div className="flex flex-col gap-2">
<Editor dispatch={dispatch} state={state} />
<Instructions />
Expand Down

0 comments on commit b2a4588

Please sign in to comment.