Skip to content

Commit

Permalink
feat(footer): change tag
Browse files Browse the repository at this point in the history
  • Loading branch information
NedcloarBR committed Jul 14, 2024
1 parent 8b71631 commit 4775ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/footer.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export function Footer() {
return <section id="footer" className="h-28"></section>;
return <footer className="h-28 bg-black"></footer>;
}

0 comments on commit 4775ba0

Please sign in to comment.