Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
β’
eea04ba
1
Parent(s):
3a344af
add FacePoke to the yellow button
Browse files
src/app/interface/advert/index.tsx
CHANGED
@@ -6,9 +6,9 @@ export function Advert() {
|
|
6 |
variant="outline"
|
7 |
className="bg-yellow-400 border-stone-600/30 hover:bg-yellow-300"
|
8 |
onClick={() => {
|
9 |
-
window.open("https://huggingface.co/spaces/jbilcke-hf/
|
10 |
}}>
|
11 |
-
<span className="hidden md:inline">
|
12 |
<span className="inline md:hidden">...</span>
|
13 |
</Button>
|
14 |
)
|
|
|
6 |
variant="outline"
|
7 |
className="bg-yellow-400 border-stone-600/30 hover:bg-yellow-300"
|
8 |
onClick={() => {
|
9 |
+
window.open("https://huggingface.co/spaces/jbilcke-hf/FacePoke", "_blank")
|
10 |
}}>
|
11 |
+
<span className="hidden md:inline">Try my new space</span>
|
12 |
<span className="inline md:hidden">...</span>
|
13 |
</Button>
|
14 |
)
|