Commit
·
cf32e4e
1
Parent(s):
e0af74e
change wording
Browse files- 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
|
149 |
-
<p className="text-center mt-2 text-sm">A
|
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>
|