Skip to content

Commit

Permalink
Added vue links to button examples. (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham-Pembrey authored Nov 20, 2024
1 parent 0b0792e commit d7da004
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/examples/buttons/button-group-link.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: layouts/example.njk
title: Button group with link
figmaLink: "https://www.figma.com/design/6f2CbcZ7cnpNrtKEcfQp8X/NHS-App-Design-System?node-id=128-4944&t=nezigF25kUAyUU2s-1"
vueLink:
vueLink: "https://nhsappvuecomponentlibraryv1.nonlive.nhsapp.service.nhs.uk/?path=/docs/components-nhsbutton--docs"
---

{% from 'button/macro.njk' import button %}
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/buttons/button-group.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: layouts/example.njk
title: Button group
figmaLink: "https://www.figma.com/design/6f2CbcZ7cnpNrtKEcfQp8X/NHS-App-Design-System?node-id=128-4944&t=nezigF25kUAyUU2s-1"
vueLink:
vueLink: "https://nhsappvuecomponentlibraryv1.nonlive.nhsapp.service.nhs.uk/?path=/docs/components-nhsbutton--docs"
---

{% from 'button/macro.njk' import button %}
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/buttons/button-primary.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: layouts/example.njk
title: Button primary
figmaLink: "https://www.figma.com/design/6f2CbcZ7cnpNrtKEcfQp8X/NHS-App-Design-System?node-id=128-4944&t=nezigF25kUAyUU2s-1"
vueLink:
vueLink: "https://nhsappvuecomponentlibraryv1.nonlive.nhsapp.service.nhs.uk/?path=/docs/components-nhsbutton--docs"
---

{% from 'button/macro.njk' import button %}
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/buttons/button-reverse.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: layouts/example.njk
title: Button reverse
figmaLink: "https://www.figma.com/design/6f2CbcZ7cnpNrtKEcfQp8X/NHS-App-Design-System?node-id=128-4944&t=nezigF25kUAyUU2s-1"
vueLink:
vueLink: "https://nhsappvuecomponentlibraryv1.nonlive.nhsapp.service.nhs.uk/?path=/docs/components-nhsbutton--docs"
---

{% from 'button/macro.njk' import button %}
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/buttons/button-secondary.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: layouts/example.njk
title: Button secondary
figmaLink: "https://www.figma.com/design/6f2CbcZ7cnpNrtKEcfQp8X/NHS-App-Design-System?node-id=128-4944&t=nezigF25kUAyUU2s-1"
vueLink:
vueLink: "https://nhsappvuecomponentlibraryv1.nonlive.nhsapp.service.nhs.uk/?path=/docs/components-nhsbutton--docs"
---

{% from 'button/macro.njk' import button %}
Expand Down

0 comments on commit d7da004

Please sign in to comment.