Spaces:
Running
Running
update url
Browse files- components/copy.tsx +1 -1
components/copy.tsx
CHANGED
@@ -8,7 +8,7 @@ export const CopyToClipboard = ({ id }: { id: string }) => {
|
|
8 |
const [copied, setCopied] = useState(false);
|
9 |
|
10 |
const url = useMemo(() => {
|
11 |
-
return `https://enzostvs-hugger-
|
12 |
}, [id]);
|
13 |
|
14 |
const handleCopy = () => {
|
|
|
8 |
const [copied, setCopied] = useState(false);
|
9 |
|
10 |
const url = useMemo(() => {
|
11 |
+
return `https://enzostvs-hugger-lover.hf.space/${id}`;
|
12 |
}, [id]);
|
13 |
|
14 |
const handleCopy = () => {
|