Browse Source

Merge pull request #278 from Hunter275/dashboard-footer

flex-grow to make footer stick to bottom
pull/285/head
Hunter Thornsberry 2 years ago
committed by GitHub
parent
commit
22d900a831
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      src/App.tsx

1
src/App.tsx

@ -43,6 +43,7 @@ export const App = (): JSX.Element => {
) : (
<>
<Dashboard />
<div className="flex flex-grow" />
<Footer />
</>
)}

Loading…
Cancel
Save