Update v0.1.9 #6

Merged
Fascinated merged 4 commits from development into master 2023-07-13 04:32:58 +00:00
Showing only changes of commit 69a7c00267 - Show all commits

@ -53,7 +53,7 @@ function LanyardComponent(props: { discord: any }) {
<div>
{hasLanyard && (
<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>