generated from Fascinated/nextjs-13-template-with-tailwindcss
make the status indiator bigger
All checks were successful
Publish Docker Image / docker (push) Successful in 1m37s
All checks were successful
Publish Docker Image / docker (push) Successful in 1m37s
This commit is contained in:
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>
|
||||||
|
Loading…
Reference in New Issue
Block a user