Skip to content

Commit

Permalink
45/55 Ratio Calendar Split (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
adcockdalton authored Nov 28, 2023
1 parent 6d32534 commit c3c24cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/antalmanac/src/routes/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function Home() {
<MobileHome />
) : (
<Split
sizes={[50, 50]}
sizes={[45, 55]}
minSize={100}
expandToMin={false}
gutterSize={10}
Expand Down

0 comments on commit c3c24cc

Please sign in to comment.