From 067e63b524f8105e1d6766f08804e99affd765a9 Mon Sep 17 00:00:00 2001 From: looskie <50378828+Looskie@users.noreply.github.com> Date: Tue, 22 Jun 2021 14:27:08 -0400 Subject: [PATCH] Feat: Non working copy button --- pages/index.tsx | 40 +++++++++++++++++++++++++++++++--------- 1 file changed, 31 insertions(+), 9 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 0d8565d..c33d3ac 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -4,6 +4,9 @@ import { useState } from "react"; export default function Home() { const [userId, setUserId] = useState(":id"); + const copy = () => { + return; + }; return ( <> @@ -20,10 +23,10 @@ export default function Home() {
🏷️ lanyard-profile-readme

- Make sure you're in the + Make sure you're in the{" "} Discord - + {" "} for this to work.

Copy the following and paste it into your README.md - - [![Discord Presence](https://lanyard-profile-readme.vercel.app/api/{userId} - )](https://discord.com/users/{userId}) - + + + [![Discord Presence](https://lanyard-profile-readme.vercel.app/api/{userId} + )](https://discord.com/users/{userId}) + + Copy + - For further customization, check out the + For further customization, check out the{" "}