Skip to content

Commit

Permalink
removed p tag
Browse files Browse the repository at this point in the history
  • Loading branch information
EslemOuederni committed Nov 15, 2024
1 parent 39b4c3d commit bdb31ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions suncityla/app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function Footer(){
<p>v52-tier3-team-35 </p>
<div className=" flex flex-row justify-between gap-32 mt-4">
<div>
<p className="devs">Developers:
<div className="devs">Developers:
<div>
<p>
Isslem Ouederni #1:
Expand Down Expand Up @@ -38,7 +38,7 @@ export default function Footer(){
<a href="https://github.com/fouadtabbara" target="_blank" rel="noopener noreferrer">GitHub</a>
</p>
</div>
</p>
</div>
</div>
<div className="links">
<h3 className="font-bold text-lg mb-4">Useful Links</h3>
Expand Down

0 comments on commit bdb31ab

Please sign in to comment.