Skip to content

Commit

Permalink
feat: Add blog in Nav
Browse files Browse the repository at this point in the history
  • Loading branch information
storm1729 committed Dec 28, 2024
1 parent 6fbc840 commit a6f3390
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ const saasifyConfig = {
label: 'Pricing',
href: 'https://app.reacher.email/pricing'
},
{
label: 'Blog',
href: 'https://app.reacher.email/en/blog/smtp'
},
{
label: (
<small>
Expand All @@ -63,7 +67,7 @@ const saasifyConfig = {
alt='github'
src='/img/github-mark.svg'
/>
&nbsp;4K
&nbsp;4.4K
</small>
),
href: 'https://github.com/reacherhq/check-if-email-exists'
Expand Down

0 comments on commit a6f3390

Please sign in to comment.