Skip to content

Commit

Permalink
Fix broken tab highligting
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDryga committed Jul 22, 2024
1 parent 2bc01fe commit 90ba095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/probe/live/index.ex
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ defmodule Probe.Live.Index do
</.link>
</li>
<li class="inline dark:border-gray-700 border-b-0">
<.link navigate="/stats" class={tab_class(@live_action, [:stats_map, :stats_table])}>
<.link navigate="/stats" class={tab_class(@live_action, [:stats_map, :stats_list])}>
View stats
</.link>
</li>
Expand Down

0 comments on commit 90ba095

Please sign in to comment.