From 5f253ea670d2bb6010e378cf0a48f0d521458433 Mon Sep 17 00:00:00 2001 From: Amaury <1293565+amaury1729@users.noreply.github.com> Date: Sun, 31 Dec 2023 12:19:20 +0100 Subject: [PATCH] feat: Add github icon --- public/img/github-mark.svg | 1 + src/App.js | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 public/img/github-mark.svg diff --git a/public/img/github-mark.svg b/public/img/github-mark.svg new file mode 100644 index 0000000..37fa923 --- /dev/null +++ b/public/img/github-mark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/App.js b/src/App.js index 8e9b0b2..8149bb1 100644 --- a/src/App.js +++ b/src/App.js @@ -54,6 +54,19 @@ const saasifyConfig = { { label: 'Pricing', href: 'https://app.reacher.email/pricing' + }, + { + label: ( + + github +  4K + + ), + href: 'https://github.com/reacherhq/check-if-email-exists' } ], actions: ({ auth }) => {