Skip to content

Commit

Permalink
Change active tab on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Jan 11, 2024
1 parent 58b1b26 commit e431930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extra/docs_landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,8 @@

<div id="capability-tabs-container" class="tabs" data-tab-group="doc-types">
<div id="button-container" role="tablist" aria-label="Documentation groups" class="clearfix">
<button id="solution-tab" role="tab" aria-selected="true" aria-controls="solution-tab-contents" class="float-lg-left d-block d-lg-inline tab-button active">Solutions</button>
<button id="product-tab" role="tab" aria-selected="false" aria-controls="product-tab-contents" class="float-lg-left d-block d-lg-inline tab-button">Products</button>
<button id="solution-tab" role="tab" aria-selected="true" aria-controls="solution-tab-contents" class="float-lg-left d-block d-lg-inline tab-button">Solutions</button>
<button id="product-tab" role="tab" aria-selected="false" aria-controls="product-tab-contents" class="float-lg-left d-block d-lg-inline tab-button active">Products</button>
<button id="deployment-tab" role="tab" aria-selected="false" aria-controls="deployment-tab-contents" class="float-lg-left d-block d-lg-inline tab-button">Deploy</button>
</div>
<div role="tabpanel" id="solution-tab-contents" aria-labelledby="solution-tab" tabindex="0">
Expand Down

0 comments on commit e431930

Please sign in to comment.