Skip to content

Commit

Permalink
fix: Pricing on the left
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Dec 13, 2023
1 parent 40a1790 commit 8fdc6d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ const saasifyConfig = {
logo: deployment.saas.logo,
header: {
links: [
{
label: 'Pricing',
href: 'https://app.reacher.email/pricing'
},
{
label: 'Help Center',
href: 'https://help.reacher.email'
},
{
label: 'Pricing',
href: 'https://app.reacher.email/pricing'
}
],
actions: ({ auth }) => {
Expand Down

1 comment on commit 8fdc6d3

@vercel
Copy link

@vercel vercel bot commented on 8fdc6d3 Dec 13, 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.