make the status indiator bigger
All checks were successful
Publish Docker Image / docker (push) Successful in 1m37s

This commit is contained in:
Lee 2023-07-13 05:31:23 +01:00
parent ac3bb77438
commit 69a7c00267

@ -53,7 +53,7 @@ function LanyardComponent(props: { discord: any }) {
<div> <div>
{hasLanyard && ( {hasLanyard && (
<div <div
className={`absolute bottom-2 right-2 w-4 h-4 rounded-full transition ${currentStatus}`} className={`absolute bottom-2 right-2 w-5 h-5 rounded-full transition ${currentStatus}`}
/> />
)} )}
</div> </div>