diff --git a/.gitignore b/.gitignore index 311622e..c3c1c7a 100644 --- a/.gitignore +++ b/.gitignore @@ -143,3 +143,6 @@ dist .yarn/build-state.yml .yarn/install-state.gz .pnp.* + +# Config +config.json \ No newline at end of file diff --git a/config.json b/config-example.json similarity index 100% rename from config.json rename to config-example.json diff --git a/package.json b/package.json index 584c2b9..36640e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-links", - "version": "0.1.8", + "version": "0.1.9", "private": false, "scripts": { "dev": "next dev", diff --git a/src/app/components/Avatar.tsx b/src/app/components/Avatar.tsx index aa9644b..8865551 100644 --- a/src/app/components/Avatar.tsx +++ b/src/app/components/Avatar.tsx @@ -53,7 +53,7 @@ function LanyardComponent(props: { discord: any }) {
{hasLanyard && (
)}