jbilcke-hf HF staff commited on
Commit
71fac81
β€’
1 Parent(s): 73cc2a0
src/components/business/refresh.tsx CHANGED
@@ -20,7 +20,7 @@ export function RefreshStudio() {
20
  }
21
  })
22
  }, 2000)
23
- }, [])
24
 
25
  // TODO we could display a spinner here
26
  return <></>
 
20
  }
21
  })
22
  }, 2000)
23
+ }, [pathname])
24
 
25
  // TODO we could display a spinner here
26
  return <></>
src/components/business/video-form.tsx CHANGED
@@ -26,8 +26,8 @@ export const VideoForm = () => {
26
  </div>
27
  <div className="flex flex-col w-1/2 text-center">
28
  <p className="text-sl font-thin">
29
- For demonstration purposes only. Please use responsibly, and cancel any video you don't need anymore.
30
- You have been assigned this temporary unique URL ID: <a href={`/studio/${ownerId}`} className="font-normal" target="_blank">{ownerId}</a>
31
 
32
  </p>
33
  </div>
 
26
  </div>
27
  <div className="flex flex-col w-1/2 text-center">
28
  <p className="text-sl font-thin">
29
+ For demonstration purposes only. Please use responsibly, and cancel any video you don&apos;t need anymore.
30
+ You have been assigned this permalink ID: <a href={`/studio/${ownerId}`} className="font-normal" target="_blank">{ownerId}</a>
31
 
32
  </p>
33
  </div>