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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
src/App.tsx
|
|
|
@ -43,6 +43,7 @@ export const App = (): JSX.Element => { |
|
|
|
) : ( |
|
|
|
<> |
|
|
|
<Dashboard /> |
|
|
|
<div className="flex flex-grow" /> |
|
|
|
<Footer /> |
|
|
|
</> |
|
|
|
)} |
|
|
|
|