Skip to content

Commit

Permalink
fix: update footer navigation
Browse files Browse the repository at this point in the history
Co-Authored-By: Martin DONADIEU <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and riderx committed Feb 12, 2025
1 parent f3a9f7f commit 76ef10e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ const navigation: Record<string, NavigationItem[]> = {
},
{
name: m.premium_support(),
href: getRelativeLocaleUrl(props.locale, 'premium-support'),
href: getRelativeLocaleUrl(props.locale, 'premium-support/'),
},
{
name: m.appflow_transfer(),
href: getRelativeLocaleUrl(props.locale, 'appflow-transfer'),
href: getRelativeLocaleUrl(props.locale, 'appflow-transfer/'),
},
{ name: m.guides(), href: getRelativeLocaleUrl(props.locale, 'blog') },
{
Expand Down

0 comments on commit 76ef10e

Please sign in to comment.