Skip to content

Commit

Permalink
add designed by Flagrant text in the footer section
Browse files Browse the repository at this point in the history
  • Loading branch information
fatmahussein committed Jan 6, 2025
1 parent ee36d18 commit 9474e98
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/javascript/components/layout/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@ const Footer = () => (
<i className="bi bi-linkedin"></i>
</a>
</div>
<p>
<span>Designed by </span>
<a
href="https://www.beflagrant.com/"
style={{ textDecoration: 'underline' }}
>
Flagrant
</a>
</p>
<p className="made-with-love">
Made with{' '}
<span role="img" aria-label="heart">
Expand Down

0 comments on commit 9474e98

Please sign in to comment.