Skip to content

Commit

Permalink
Merge pull request #26 from orffen/25-careers-table-tabs-are-broken
Browse files Browse the repository at this point in the history
Change links to buttons
  • Loading branch information
orffen authored Aug 17, 2022
2 parents 5cdbcbf + 43b0398 commit 955af9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions character-creation.html
Original file line number Diff line number Diff line change
Expand Up @@ -964,16 +964,16 @@ <h2 id="career-tables">Career Tables</h2>

<ul class="nav nav-tabs" id="career-tables-tabs" role="tablist">
<li class="nav-item" role="presentation">
<a class="nav-link active" id="career-tables-tabs-athlete-bureaucrat" data-toggle="tab" href="#career-tables-tabs-athlete-bureaucrat-table" role="tab" aria-controls="career-tables-tabs-athlete-bureaucrat" aria-selected="true">Athlete-Bureaucrat</a>
<button class="nav-link active" id="career-tables-tabs-athlete-bureaucrat" data-bs-toggle="tab" data-bs-target="#career-tables-tabs-athlete-bureaucrat-table" type="button" role="tab" aria-controls="career-tables-tabs-athlete-bureaucrat" aria-selected="true">Athlete-Bureaucrat</button>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" id="career-tables-tabs-colonist-marine" data-toggle="tab" href="#career-tables-tabs-colonist-marine-table" role="tab" aria-controls="career-tables-tabs-colonist-marine" aria-selected="true">Colonist-Marine</a>
<button class="nav-link" id="career-tables-tabs-colonist-marine" data-bs-toggle="tab" data-bs-target="#career-tables-tabs-colonist-marine-table" type="button" role="tab" aria-controls="career-tables-tabs-colonist-marine" aria-selected="false">Colonist-Marine</button>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" id="career-tables-tabs-maritime-defense-physician" data-toggle="tab" href="#career-tables-tabs-maritime-defense-physician-table" role="tab" aria-controls="career-tables-tabs-maritime-defense-physician" aria-selected="true">Maritime Defense-Physician</a>
<button class="nav-link" id="career-tables-tabs-maritime-defense-physician" data-bs-toggle="tab" data-bs-target="#career-tables-tabs-maritime-defense-physician-table" type="button" role="tab" aria-controls="career-tables-tabs-maritime-defense-physician" aria-selected="false">Maritime Defense-Physician</button>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" id="career-tables-tabs-pirate-technician" data-toggle="tab" href="#career-tables-tabs-pirate-technician-table" role="tab" aria-controls="career-tables-tabs-pirate-technician" aria-selected="true">Pirate-Technician</a>
<button class="nav-link" id="career-tables-tabs-pirate-technician" data-bs-toggle="tab" data-bs-target="#career-tables-tabs-pirate-technician-table" type="button" role="tab" aria-controls="career-tables-tabs-pirate-technician" aria-selected="false">Pirate-Technician</button>
</li>
</ul>

Expand Down

0 comments on commit 955af9d

Please sign in to comment.