Update pages/index.js

#2
by victor HF staff - opened
Files changed (1) hide show
  1. pages/index.js +1 -1
pages/index.js CHANGED
@@ -58,7 +58,7 @@ export default function Home() {
58
  return (
59
  <main className={`flex min-h-screen flex-col items-center p-8 md:px-24 pt-20 bg-gray-950 ${inter.className} justify-between`}>
60
  {/* <BackgroundEmojiGrid /> */}
61
- <h1 className="text-4xl md:text-6xl font-bold text-center mb-12">πŸ€— Hugging Face Spaces</h1>
62
  <SearchBar onSearch={onSearch} />
63
  {spaceInfo !== null && (
64
  <div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-5 w-full mt-8">
 
58
  return (
59
  <main className={`flex min-h-screen flex-col items-center p-8 md:px-24 pt-20 bg-gray-950 ${inter.className} justify-between`}>
60
  {/* <BackgroundEmojiGrid /> */}
61
+ <h1 className="text-4xl md:text-6xl font-bold text-center mb-12 text-white">πŸ€— Hugging Face Spaces</h1>
62
  <SearchBar onSearch={onSearch} />
63
  {spaceInfo !== null && (
64
  <div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-5 w-full mt-8">