generated from Fascinated/nextjs-13-template-with-tailwindcss
Compare commits
No commits in common. "69a7c0026713d7f61129eef1624fd79f2e319ca0" and "57089cf429fae425e869d86d3b655520048ec4cd" have entirely different histories.
69a7c00267
...
57089cf429
3
.gitignore
vendored
3
.gitignore
vendored
@ -143,6 +143,3 @@ dist
|
||||
.yarn/build-state.yml
|
||||
.yarn/install-state.gz
|
||||
.pnp.*
|
||||
|
||||
# Config
|
||||
config.json
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user