set roundness of retry button

This commit is contained in:
Corban-Lee Jones 2024-10-11 00:35:35 +01:00
parent e4e0264fd4
commit 41211e61bd

View File

@ -14,7 +14,7 @@
<p class="text-warning">
Failed to fetch results - you are being rate limited.
</p>
<button type="button" class="btn btn-warning btn-sm">
<button type="button" class="btn btn-warning btn-sm rounded-1">
<i class="bi bi-arrow-clockwise me-2"></i>
<span>Retry</span>
</button>