Compare commits

...

3 Commits

Author SHA1 Message Date
69a7c00267 make the status indiator bigger
All checks were successful
Publish Docker Image / docker (push) Successful in 1m37s
2023-07-13 05:31:23 +01:00
ac3bb77438 below vv 2023-07-13 05:20:06 +01:00
114bc4efea move config to example config so locally using it isn't a pain 2023-07-13 05:19:56 +01:00
3 changed files with 4 additions and 1 deletions

3
.gitignore vendored

@ -143,3 +143,6 @@ 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-4 h-4 rounded-full transition ${currentStatus}`} className={`absolute bottom-2 right-2 w-5 h-5 rounded-full transition ${currentStatus}`}
/> />
)} )}
</div> </div>