Skip to content

Commit

Permalink
fix(stats): reversed order of items
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Jun 9, 2024
1 parent a6f561c commit c93bbb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ <h2 class="p-4 text-center text-mauve">Total downloads last month: {{ packageMet
<table class="w-full table-auto rounded-2xl bg-surface0">
<thead>
<tr>
<th class="p-4 text-mauve">User agents</th>
<th class="p-4 text-mauve">User agent count</th>
<th class="p-4 text-mauve">User agent name</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit c93bbb5

Please sign in to comment.