Spaces:
Running
Running
target blank
Browse files
components/spaces/index.tsx
CHANGED
@@ -67,6 +67,7 @@ export const Spaces: React.FC<{ spaces: SpaceProps[] }> = ({ spaces }) => {
|
|
67 |
<p className="bg-white dark:bg-slate-900 rounded-md px-5 py-3 text-sm text-gray-500 dark:text-slate-500">
|
68 |
<a
|
69 |
href="https://huggingface.co/settings/billing/subscription#subscribe"
|
|
|
70 |
className="underline text-gray-600 dark:text-slate-400 hover:text-gray-700 dark:hover:text-slate-200"
|
71 |
>
|
72 |
Subscribe to PRO
|
|
|
67 |
<p className="bg-white dark:bg-slate-900 rounded-md px-5 py-3 text-sm text-gray-500 dark:text-slate-500">
|
68 |
<a
|
69 |
href="https://huggingface.co/settings/billing/subscription#subscribe"
|
70 |
+
target="_blank"
|
71 |
className="underline text-gray-600 dark:text-slate-400 hover:text-gray-700 dark:hover:text-slate-200"
|
72 |
>
|
73 |
Subscribe to PRO
|