Skip to content

Commit

Permalink
fix(docs): update aria-label and title attributes for the button …
Browse files Browse the repository at this point in the history
…on the Guidelines page (#2703)

Co-authored-by: Hannah Issermann <[email protected]>
Co-authored-by: Julien Déramond <[email protected]>
  • Loading branch information
3 people authored Oct 2, 2024
1 parent 94417a8 commit 767a1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1 class="display-1">{{ .Title | markdownify }}</h1>
</div>
{{ else if eq .Title "Orange Design System for web" -}}
<div class="d-flex flex-column flex-sm-row">
<a href="{{ .Site.Params.ods.web }}" class="btn btn-primary" aria-label="Design system for web" title="Design system for web" target="_blank" rel="noopener">Visit system.design.orange.com</a>
<a href="{{ .Site.Params.ods.web }}" class="btn btn-primary" aria-label="Visit Orange Design System for web at system.design.orange.com" title="Visit Orange Design System for web at system.design.orange.com" target="_blank" rel="noopener">Visit system.design.orange.com</a>
</div>
{{- end }}
</div>
Expand Down

0 comments on commit 767a1c3

Please sign in to comment.