Skip to content

Commit

Permalink
feat: Add github icon
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Dec 31, 2023
1 parent 828e6cf commit 5f253ea
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/img/github-mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,19 @@ const saasifyConfig = {
{
label: 'Pricing',
href: 'https://app.reacher.email/pricing'
},
{
label: (
<small>
<img
style={{ width: '1rem', marginBottom: '0.3rem' }}
alt='github'
src='/img/github-mark.svg'
/>
&nbsp;4K
</small>
),
href: 'https://github.com/reacherhq/check-if-email-exists'
}
],
actions: ({ auth }) => {
Expand Down

1 comment on commit 5f253ea

@vercel
Copy link

@vercel vercel bot commented on 5f253ea Dec 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.