Skip to content

Commit

Permalink
Update Footer.jsx (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreLessard authored Dec 12, 2023
1 parent 81c5b01 commit d4b92f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion P3/frontend/src/components/layout/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default function Footer() {
return (
<footer className="absolute bottom-0 h-[3rem] bg-[#290005] text-center w-[100%] text-white py-[1rem] text-[1rem] flex flex-row">
<footer className="absolute bottom-0 h-[3rem] bg-[#290005] text-center w-[100%] text-white py-[1rem] text-[1rem] flex flex-row justify-center">
© PetPal 2023
<a href="https://github.com/leowrites/PetPal"> Github</a>
</footer>
Expand Down

0 comments on commit d4b92f8

Please sign in to comment.