jbilcke-hf HF Staff commited on
Commit
3bc5f79
Β·
1 Parent(s): ab951de
Files changed (1) hide show
  1. src/app/studio/[ownerId]/main.tsx +3 -0
src/app/studio/[ownerId]/main.tsx CHANGED
@@ -30,6 +30,9 @@ export default async function Main({ ownerId }: { ownerId: string }) {
30
  <p className="text-md font-thin">
31
  Powered by <span className="font-normal">Hugging Face πŸ€—</span>
32
  </p>
 
 
 
33
  </div>
34
 
35
  <input
 
30
  <p className="text-md font-thin">
31
  Powered by <span className="font-normal">Hugging Face πŸ€—</span>
32
  </p>
33
+ <p className="text-md font-thin">
34
+ Keep the <a href={`/studio/${ownerId}`} className="font-normal" target="_blank">the link</a> to this page!
35
+ </p>
36
  </div>
37
 
38
  <input