make status api faster, fix donate, add services

This commit is contained in:
2023-01-02 21:12:06 +02:00
parent d768ad1704
commit 76435cc3d2
14 changed files with 97 additions and 41 deletions

View File

@@ -42,4 +42,8 @@
.githubcolored {
@apply bg-alt text-alt-text;
}
.torcolored {
@apply bg-[#7d4698] text-white;
}
</style>

View File

@@ -1,3 +1,3 @@
<div class="flex flex-row gap-2">
<div class="flex flex-row flex-wrap gap-2">
<slot />
</div>