diff options
Diffstat (limited to 'templates/players.j2')
| -rw-r--r-- | templates/players.j2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/players.j2 b/templates/players.j2 index f81e823..0e851ab 100644 --- a/templates/players.j2 +++ b/templates/players.j2 @@ -27,13 +27,12 @@ <p class="title is-1">Match Up!</p> </div> <p class="level-item has-text-centered"> - <a class="title link is-info" href="/players">Players</a> + <a class="title link is-info is-underlined" href="/players">Players</a> </p> <div class="level-right"> <div hx-get="/time" hx-swap="outerHTML" hx-trigger="load"></div> </div> </nav> - <h2 class="title">Players</h2> <div class="fixed-grid has-5-cols"> <div class="grid"> {% for id, value in players.items() %} |
