Skip to content

Commit

Permalink
update home
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Sep 15, 2024
1 parent 806c69c commit f24b15b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/app/home/home.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="flex gap-2 m-2 flex-col items-start justify-center">
<h1 class="text-3xl font-bold">Artemis Leaderboard</h1>
<div class="flex gap-2 flex-col items-center justify-center">
<h1 class="text-3xl font-bold mb-4">Artemis Leaderboard</h1>
@if (query.isPending()) {
<span class="text-muted-foreground">Data is loading...</span>
} @else if (query.error()) {
Expand Down

0 comments on commit f24b15b

Please sign in to comment.