jbilcke-hf HF staff commited on
Commit
eea04ba
β€’
1 Parent(s): 3a344af

add FacePoke to the yellow button

Browse files
Files changed (1) hide show
  1. src/app/interface/advert/index.tsx +2 -2
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/ai-stories-factory", "_blank")
10
  }}>
11
- <span className="hidden md:inline">Make AI stories</span>
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
  )