Skip to content

Commit 5147b52

Browse files
committed
fix(TheFooter): link to contact-sales page
See: FE-133
1 parent 0883ec8 commit 5147b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/layers/base/app/components/TheFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const resourceLinks: Link[] = [
3434
href: '/products/pricing', icon: 'code', text: $t('base.footer.resources.links.api_pricing'),
3535
},
3636
{
37-
href: '/contact', icon: 'mail-up', text: $t('base.footer.resources.links.contact_sales'),
37+
href: '/products/contact-sales', icon: 'mail-up', text: $t('base.footer.resources.links.contact_sales'),
3838
},
3939
{
4040
href: 'https://status.beaconcha.in/', icon: 'circle-check-filled', text: $t('base.footer.resources.links.site_status'),

0 commit comments

Comments
 (0)