Compare commits

..

No commits in common. "69a7c0026713d7f61129eef1624fd79f2e319ca0" and "57089cf429fae425e869d86d3b655520048ec4cd" have entirely different histories.

3 changed files with 1 additions and 4 deletions

3
.gitignore vendored

@ -143,6 +143,3 @@ dist
.yarn/build-state.yml .yarn/build-state.yml
.yarn/install-state.gz .yarn/install-state.gz
.pnp.* .pnp.*
# Config
config.json

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