jbilcke-hf HF Staff commited on
Commit
eb80403
Β·
1 Parent(s): 3bc5f79
Files changed (1) hide show
  1. src/app/studio/[ownerId]/main.tsx +3 -0
src/app/studio/[ownerId]/main.tsx CHANGED
@@ -22,6 +22,9 @@ export default async function Main({ ownerId }: { ownerId: string }) {
22
  <p className="text-md font-thin">
23
  Powered by <span className="font-normal">Hugging Face πŸ€—</span>
24
  </p>
 
 
 
25
  </div>
26
 
27
  <div className="flex items-center justify-between md:space-x-3 w-full">
 
22
  <p className="text-md font-thin">
23
  Powered by <span className="font-normal">Hugging Face πŸ€—</span>
24
  </p>
25
+ <p className="text-md font-thin">
26
+ Keep the <a href={`/studio/${ownerId}`} className="font-normal" target="_blank">the link</a> to this page!
27
+ </p>
28
  </div>
29
 
30
  <div className="flex items-center justify-between md:space-x-3 w-full">