Skip to content

Commit

Permalink
Bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jason5ng32 committed Nov 30, 2023
1 parent a79e88e commit 0f5c95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2 id="scrollspyHeading1" class="col-4" :class="{'mobile-h2' : isMobile }">🛜

<div :class="{'col-4': isMobile }">
<input v-if="isMobile" class="form-check-input" type="checkbox" id="collapseSwitch"
@change="toggleCollapse" :checked="isCardsCollapsed">
@change="toggleCollapse" :checked="!isCardsCollapsed">
<label v-if="isMobile" class="form-check-label" for="collapseSwitch">&nbsp;<i class="bi bi-list-columns-reverse"></i></label>
</div>

Expand Down

0 comments on commit 0f5c95b

Please sign in to comment.