Skip to content

Commit

Permalink
fix: 🐛 change awards tab to rankings tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Arnold committed Jan 10, 2023
1 parent bbbaa64 commit fa58503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/simulation/simulation.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h1>Tournament Setup</h1>
<a [routerLink]="'bracket'" class="ripple" [routerLinkActive]="['active']">Bracket</a>
</li>
<li>
<a [routerLink]="'awards'" class="ripple" [routerLinkActive]="['active']">Awards</a>
<a [routerLink]="'awards'" class="ripple" [routerLinkActive]="['active']">Rankings</a>
</li>
</ul>
</nav>
Expand Down

0 comments on commit fa58503

Please sign in to comment.