cfahlgren1 HF staff commited on
Commit
cf32e4e
1 Parent(s): e0af74e

change wording

Browse files
Files changed (1) hide show
  1. src/pages/index.tsx +2 -2
src/pages/index.tsx CHANGED
@@ -145,8 +145,8 @@ export default function Home() {
145
 
146
  return (
147
  <main className={`flex flex-col items-center justify-center min-h-screen mx-auto p-24 ${inter.className}`}>
148
- <h1 className="text-5xl font-bold text-center">Open Source Calendar</h1>
149
- <p className="text-center mt-2 text-sm">A calendar for open source model releases.</p>
150
  <div className="mt-16">
151
  {isLoading ? (
152
  <p>Loading...</p>
 
145
 
146
  return (
147
  <main className={`flex flex-col items-center justify-center min-h-screen mx-auto p-24 ${inter.className}`}>
148
+ <h1 className="text-5xl font-bold text-center">Open Source Heatmap</h1>
149
+ <p className="text-center mt-2 text-sm">A heatmap for open source model releases.</p>
150
  <div className="mt-16">
151
  {isLoading ? (
152
  <p>Loading...</p>