jbilcke-hf HF staff commited on
Commit
4dc5838
β€’
1 Parent(s): 6c3da02

small update

Browse files
Files changed (1) hide show
  1. src/app/interface/advert/index.tsx +2 -2
src/app/interface/advert/index.tsx CHANGED
@@ -8,8 +8,8 @@ export function Advert() {
8
  onClick={() => {
9
  window.open("https://huggingface.co/spaces/jbilcke-hf/ai-stories-factory", "_blank")
10
  }}>
11
- <span className="hidden md:inline">Try my new Space</span>
12
- <span className="inline md:hidden">Try my new Space</span>
13
  </Button>
14
  )
15
  }
 
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">Make AI stories</span>
13
  </Button>
14
  )
15
  }