Skip to content

Commit

Permalink
chore: added newsletter link
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Jul 23, 2024
1 parent 63b55b8 commit 8adf8aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@ const Footer = () => {
</a>
</Link>
</li>
<li className="mb-2">
<a
href="https://newsletter.usebruno.com/"
target="_blank"
rel="noreferrer"
className="text-gray-500"
>
Newsletter
</a>
</li>
</ul>
</div>
<div className="w-full md:w-auto md:flex-grow-0 md:flex-shrink-0 text-center md:text-left mt-6 md:mt-0">
Expand Down

0 comments on commit 8adf8aa

Please sign in to comment.