Spaces:
Paused
Paused
Commit
Β·
eb80403
1
Parent(s):
3bc5f79
small fix
Browse files
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">
|