Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aerosol committed Jun 27, 2024
1 parent e738014 commit 6244ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/dashboard/stats/behaviours/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export default function Behaviours(props) {
let callToAction

if (site.funnelsAvailable) {
callToAction = { action: 'Set up props', link: `/${encodeURIComponent(site.domain)}/settings/properties` }
callToAction = { action: 'Set up funnels', link: `/${encodeURIComponent(site.domain)}/settings/funnels` }
} else {
callToAction = { action: 'Upgrade', link: '/billing/choose-plan' }
}
Expand Down

0 comments on commit 6244ba9

Please sign in to comment.