Skip to content

Commit

Permalink
a11y(website:timeline): make button names unique
Browse files Browse the repository at this point in the history
Fixes VPAT-764

Signed-off-by: Ashley Ryan <asryan@vmware.com>
  • Loading branch information
Ashley Ryan authored and ashleyryan committed Feb 15, 2022
1 parent cc6a8ea commit d07e08d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<span class="clr-timeline-step-title">Add KMS</span>
<span class="clr-timeline-step-description">
Root CA certificate requested. Upload it to the KMS to complete the connection.
<button class="btn btn-sm">Action</button>
<button class="btn btn-sm">Upload Certificate</button>
</span>
</div>
</li>
Expand Down
2 changes: 1 addition & 1 deletion apps/website/.vuepress/code/demos/timeline/horizontal.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<span class="clr-timeline-step-title">Add KMS</span>
<span class="clr-timeline-step-description">
Root CA certificate requested. Upload it to the KMS to complete the connection.
<button class="btn btn-sm">Action</button>
<button class="btn btn-sm">Upload Certificate</button>
</span>
</div>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<span class="clr-timeline-step-title">Add KMS</span>
<span class="clr-timeline-step-description">
Root CA certificate requested. Upload it to the KMS to complete the connection.
<button class="btn btn-sm">Action</button>
<button class="btn btn-sm">Upload Certificate</button>
</span>
</div>
</li>
Expand Down
2 changes: 1 addition & 1 deletion apps/website/.vuepress/code/demos/timeline/vertical.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<span class="clr-timeline-step-title">Add KMS</span>
<span class="clr-timeline-step-description">
Root CA certificate requested. Upload it to the KMS to complete the connection.
<button class="btn btn-sm">Action</button>
<button class="btn btn-sm">Upload Certificate</button>
</span>
</div>
</li>
Expand Down

0 comments on commit d07e08d

Please sign in to comment.