cgeorgiaw HF Staff commited on
Commit
198dbcf
·
1 Parent(s): efe2ecd

changed header

Browse files
Files changed (1) hide show
  1. src/pages/index.tsx +2 -2
src/pages/index.tsx CHANGED
@@ -32,7 +32,7 @@ function Page({
32
  <div className="text-center mb-16 max-w-4xl mx-auto">
33
  <h1 className="text-2xl sm:text-3xl md:text-4xl lg:text-6xl font-bold text-foreground mb-6 bg-gradient-to-r from-foreground to-foreground/80 bg-clip-text">
34
  <span className="inline-flex items-center gap-1 sm:gap-2">
35
- Hugging Face Heatmap
36
  <img
37
  src="/hf-icon.svg"
38
  alt="Hugging Face icon"
@@ -41,7 +41,7 @@ function Page({
41
  </span>
42
  </h1>
43
  <p className="text-base sm:text-lg lg:text-xl text-muted-foreground max-w-2xl mx-auto leading-relaxed px-4">
44
- Open models, datasets, and apps from popular AI labs in the last year.
45
  </p>
46
  </div>
47
 
 
32
  <div className="text-center mb-16 max-w-4xl mx-auto">
33
  <h1 className="text-2xl sm:text-3xl md:text-4xl lg:text-6xl font-bold text-foreground mb-6 bg-gradient-to-r from-foreground to-foreground/80 bg-clip-text">
34
  <span className="inline-flex items-center gap-1 sm:gap-2">
35
+ Hugging Science Heatmap
36
  <img
37
  src="/hf-icon.svg"
38
  alt="Hugging Face icon"
 
41
  </span>
42
  </h1>
43
  <p className="text-base sm:text-lg lg:text-xl text-muted-foreground max-w-2xl mx-auto leading-relaxed px-4">
44
+ Open models, datasets, and apps from influential labs in the last year.
45
  </p>
46
  </div>
47