Compare commits

..

No commits in common. "4e60aea93aca666ab700a148ca3244ac5618ec8a" and "82e8d97858b5ac9582e7af128b319bf032f2adb7" have entirely different histories.

4 changed files with 2 additions and 5 deletions

3
.gitignore vendored

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

@ -1,6 +1,6 @@
{
"name": "simple-links",
"version": "0.1.9",
"version": "0.1.8",
"private": false,
"scripts": {
"dev": "next dev",

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