From 4422a37d391356a639bd69263ac2d7faef9f5e9d Mon Sep 17 00:00:00 2001 From: Conrad Crawford <83192247+cnrad@users.noreply.github.com> Date: Sun, 5 Dec 2021 16:45:03 -0500 Subject: [PATCH] switch to lanyard.cnrad.dev for simpler url --- pages/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 66c6f9b..767569c 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -6,7 +6,7 @@ export default function Home() { const [userId, setUserId] = useState(null); const [copyState, setCopyState] = useState("Copy"); const copy = () => { - navigator.clipboard.writeText(`[![Discord Presence](https://lanyard-profile-readme.vercel.app/api/${userId} + navigator.clipboard.writeText(`[![Discord Presence](https://lanyard.cnrad.dev/api/${userId} )](https://discord.com/users/${userId})`); setCopyState("Copied!"); @@ -43,7 +43,7 @@ export default function Home() { {userId ? ( <> - [![Discord Presence](https://lanyard-profile-readme.vercel.app/api/{userId} + [![Discord Presence](https://lanyard.cnrad.dev/api/{userId} )](https://discord.com/users/{userId}) {copyState}