generated from Fascinated/nextjs-13-template-with-tailwindcss
Compare commits
3 Commits
57089cf429
...
69a7c00267
Author | SHA1 | Date | |
---|---|---|---|
69a7c00267 | |||
ac3bb77438 | |||
114bc4efea |
3
.gitignore
vendored
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>
|
||||||
|
Loading…
Reference in New Issue
Block a user