enzostvs HF staff commited on
Commit
468851d
1 Parent(s): 7f5876d

update url

Browse files
Files changed (1) hide show
  1. 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-roaster.hf.space/${id}`;
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 = () => {