Skip to content

Commit

Permalink
Merge pull request #278 from Hunter275/dashboard-footer
Browse files Browse the repository at this point in the history
flex-grow to make footer stick to bottom
  • Loading branch information
Hunter275 authored Aug 26, 2024
2 parents 8c37be4 + c6cc5e5 commit 22d900a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const App = (): JSX.Element => {
) : (
<>
<Dashboard />
<div className="flex flex-grow" />
<Footer />
</>
)}
Expand Down

0 comments on commit 22d900a

Please sign in to comment.