Skip to content

Commit

Permalink
Fix footer placement
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinGuo13 committed Oct 29, 2021
1 parent a868cd7 commit d052102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Footer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//fix footer
const Footer = () => {
return (
<footer
Expand All @@ -7,7 +8,6 @@ const Footer = () => {
inset-x-0
bottom-0
bg-gray-900
p-3
"
>
Expand Down

0 comments on commit d052102

Please sign in to comment.