Skip to content

Commit

Permalink
Little bit of div switcheroo
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor Przybylski committed Feb 11, 2024
1 parent 2570f90 commit 06be6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Summary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,7 @@ export function Summary({
</Card>
</TabsContent>
</Tabs>
</div>
<footer className="sticky right-0 bottom-0">
<div className="justify-end bg-sky-500/10 m-4">
<div className="flex gap-4 justify-end pr-4 pt-4 pl-4">
Expand Down Expand Up @@ -941,7 +942,6 @@ export function Summary({
</Select>
</div></div>
</footer>
</div>
</div>
);
}

0 comments on commit 06be6c0

Please sign in to comment.