generated from Fascinated/nextjs-13-template-with-tailwindcss
Merge pull request 'Update v0.1.9' (#6) from development into master
All checks were successful
Publish Docker Image / docker (push) Successful in 1m46s
All checks were successful
Publish Docker Image / docker (push) Successful in 1m46s
Reviewed-on: #6
This commit is contained in:
commit
4e60aea93a
3
.gitignore
vendored
3
.gitignore
vendored
@ -143,3 +143,6 @@ dist
|
||||
.yarn/build-state.yml
|
||||
.yarn/install-state.gz
|
||||
.pnp.*
|
||||
|
||||
# Config
|
||||
config.json
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "simple-links",
|
||||
"version": "0.1.8",
|
||||
"version": "0.1.9",
|
||||
"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-4 h-4 rounded-full transition ${currentStatus}`}
|
||||
className={`absolute bottom-2 right-2 w-5 h-5 rounded-full transition ${currentStatus}`}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user