Duplicated element IDs in training page #50010
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/bug
Categorizes issue or PR as related to a bug.
language/en
Issues or PRs related to English language
priority/backlog
Higher priority than priority/awaiting-more-evidence.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
This is a Bug Report
You should read this if and only if you have not yet worked on an issue for k/website
Problem:
The training page uses the same element ID twice, which is invalid. This was caused by merging #49959.
Proposed Solution:
Change the second
<div class="call-to-action" id="cta-certification">
to<div class="call-to-action" id="cta-kubestronaut">
This is a good first issue. Contributors who have already worked on an issue should look elsewhere for ways to help.
If you're new here: this is for you!
🛈 Click on the disclosure triangle or widget (next to “You should read this…”) to read the full issue description.
Page to Update:
https://k8s.io/training/
Additional Information:
/language en
/good-first-issue
/priority backlog
/kind bug
/triage accepted
The text was updated successfully, but these errors were encountered: