Skip to content

Commit

Permalink
improved
Browse files Browse the repository at this point in the history
  • Loading branch information
sangam14 committed Apr 22, 2024
1 parent 27992a2 commit 0637505
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/partials/landing/feature_grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ <h4 class="title">{{ .title }}</h4>
<div class="card-header" id="headingOne">
<h5 class="mb-0">

<button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">
<button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#collapseExample{{ .title }}" aria-expanded="false" aria-controls="collapseExample{{ .title }}">
Workshop Tracks <i class="material-icons align-top">chevron_right</i>
</button>
</button>
</h5>
</div>

<div class="collapse" id="collapseExample">
<div class="collapse" id="collapseExample{{ .title }}">
<div class="card-body">
<table class="table">
<thead>
Expand Down

0 comments on commit 0637505

Please sign in to comment.