fix: master is the default, not main

This commit is contained in:
Andras Bacsai
2023-07-11 11:11:51 +02:00
parent 5570cea6b1
commit 6c955424cd
3 changed files with 23 additions and 10 deletions

View File

@@ -14,7 +14,7 @@
@if ($branch_found)
<div class="py-2">
<div>Rate limit remaining: {{ $rate_limit_remaining }}</div>
<div>Rate limit reset at: {{ date('Y-m-d H:i:s', substr($rate_limit_reset, 0, 10)) }}</div>
<div>Rate limit reset at: {{ $rate_limit_reset }}</div>
</div>
<div class="flex flex-col gap-2 pb-6">
<div class="flex gap-2">