Skip to content

Commit

Permalink
Update Footer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ofluffydev authored Aug 14, 2024
1 parent 1b8464c commit e3d4f28
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ const Footer = () => {
return (<footer>
<div className="container">
<div className="footer-content">
<div>
<h3>{COMPANY_NAME}</h3>
<p className="font-testimonia text-3xl">Don't die wondering</p>
</div>
<div>
<h4>Quick Links</h4>
<ul>
Expand All @@ -35,4 +31,4 @@ const Footer = () => {
</footer>);
};

export default Footer;
export default Footer;

0 comments on commit e3d4f28

Please sign in to comment.