Skip to content

Commit 767a1c3

Browse files
louismaximepitonhannahissjulien-deramond
authored
fix(docs): update aria-label and title attributes for the button on the Guidelines page (#2703)
Co-authored-by: Hannah Issermann <[email protected]> Co-authored-by: Julien Déramond <[email protected]>
1 parent 94417a8 commit 767a1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/layouts/_default/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1 class="display-1">{{ .Title | markdownify }}</h1>
2525
</div>
2626
{{ else if eq .Title "Orange Design System for web" -}}
2727
<div class="d-flex flex-column flex-sm-row">
28-
<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>
28+
<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>
2929
</div>
3030
{{- end }}
3131
</div>

0 commit comments

Comments
 (0)