forked from MarseyWorld/MarseyWorld
fix
parent
134c93634d
commit
0ff98e0052
|
@ -47,8 +47,8 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<h2 class="text-xl">
|
||||
Upvotes - {{ups | length}}
|
||||
<h2 class="text-lg">
|
||||
Upvotes <span class="text-gray-600">{{ups | length}}</span>
|
||||
</h2>
|
||||
<div class="flex flex-col mb-4">
|
||||
<div class="overflow-x-auto">
|
||||
|
@ -100,8 +100,8 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<h2 class="text-xl">
|
||||
Downvotes - {{downs | length}}
|
||||
<h2 class="text-lg">
|
||||
Downvotes <span class="text-gray-600">{{downs | length}}</span>
|
||||
</h2>
|
||||
<div class="flex flex-col mb-4">
|
||||
<div class="overflow-x-auto">
|
||||
|
|
Loading…
Reference in New Issue