Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Chirag8023 committed Sep 19, 2024
1 parent 49ed27c commit 08dda38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ <h1>HACKTOSPOT</h1>

<div class="bill">
<div class="tab-bar">
<button class="tab-button active" onclick="loadData('projects')">Projects</button>
<button class="tab-button" onclick="loadData('events')">Events</button>
<button class="tab-button" onclick="loadData('projects')">Projects</button>
<button class="tab-button active" onclick="loadData('events')">Events</button>
<button class="tab-button" onclick="loadData('challenges')">Challenges</button>
</div>
<div id="data-table" class="table-content">
Expand Down

0 comments on commit 08dda38

Please sign in to comment.