Skip to content

Commit

Permalink
set in person button to active as well
Browse files Browse the repository at this point in the history
  • Loading branch information
bressler1995 committed Sep 20, 2024
1 parent 8ff3813 commit d8ba5b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/takeos101/instructorled.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ <h2 class="text-center mb-2">{{ takeos101-instructorled-title }}</h2>
<div class="col-12">
<div id="tops_workshops_container" class="d-flex flex-column flex-wrap tops_workshops_container">
<div class="d-flex flex-row flex-wrap justify-content-center tops_workshops_tabs">
<button class="workshop_tab" type="button"><i class="fa-solid fa-users"></i><span>In Person</span></button>
<button class="workshop_tab active" type="button"><i class="fa-solid fa-desktop"></i><span>Virtual</span></button>
<button class="workshop_tab active" type="button"><i class="fa-solid fa-users"></i><span>In Person</span></button>
<button class="workshop_tab" type="button"><i class="fa-solid fa-desktop"></i><span>Virtual</span></button>
<button class="workshop_tab" type="button"><i class="fa-solid fa-hourglass-end"></i><span>Past</span></button>
</div>
<div class="tops_workshops_tables">
Expand Down

0 comments on commit d8ba5b5

Please sign in to comment.