Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsimons committed Nov 14, 2023
1 parent 65022ce commit ae0d0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Tree } from '@fluid-experimental/tree2';
export function Explanation(): JSX.Element {
return (
<div className="flex flex-col max-w-md gap-4 justify-left my-32 select-none">
<div className="text-xl bg-black text-white p-2 rounded shadow-md">
<div className="text-xl bg-black text-white p-4 rounded shadow-md">
Copy the full URL to another browser tab or send it to someone to see
that the data is synched between clients.
</div>
Expand Down

0 comments on commit ae0d0dc

Please sign in to comment.