Skip to content

Commit

Permalink
Update the "Support & Consulting" page links (#4360)
Browse files Browse the repository at this point in the history
  • Loading branch information
raichev-dima authored Aug 22, 2024
1 parent eb93b68 commit 5241e0f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/docs/components/landing/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const sitemap = computed(() => ([
{
title: 'Support',
items: [
{ label: 'Support & Consulting', component: 'a', prop: 'href', value: '/support/consulting' },
{ label: 'Support & Consulting', component: 'router-link', prop: 'to', value: '/support/consulting' },
{ label: 'Give us a star\u00A0\u2B50', component: 'a', prop: 'href', value: 'https://github.com/epicmaxco/vuestic-ui/' },
{ label: 'Report an issue', component: 'a', prop: 'href', value: 'https://github.com/epicmaxco/vuestic-ui/issues/new/choose' },
{ label: 'Contribute', component: 'router-link', prop: 'to', value: '/contribution/guide' },
Expand Down
3 changes: 1 addition & 2 deletions packages/docs/components/landing/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
Contribute
</VaButton>
<VaButton
href="/support/consulting"
target="_blank"
to="/support/consulting"
class="header__links--link"
preset="landingHeader"
>
Expand Down
2 changes: 2 additions & 0 deletions packages/docs/page-config/navigationRoutes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -683,10 +683,12 @@ export const navigationRoutes: NavigationRoute[] = [
{
name: "support",
displayName: "Support",
disabled: true,
children: [
{
name: "discord",
displayName: "Discord",
path: 'https://discord.com/invite/u7fQdqQt8c'
},
{
name: "consulting",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/page-config/support/consulting/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Epicmax provides a range of premium services designed to support various aspects
block.markdown(`
Ready to take your project to the next level with Premium Support & Consulting? Contact Epicmax to get a quote and discuss how our services can be tailored to meet your specific requirements.
[![Epicmax](/landing/epicmax.svg "Epicmax")](https://www.epicmax.co/code-audit?ref=vuestic-consulting)
[![Epicmax](/landing/epicmax.svg "Epicmax")](https://www.epicmax.co/?ref=vuestic-consulting)
`),

block.link('Get a Quote', 'https://www.epicmax.co/#contact')
Expand Down

0 comments on commit 5241e0f

Please sign in to comment.