Update src/pages/index.tsx
Browse files- src/pages/index.tsx +1 -1
src/pages/index.tsx
CHANGED
@@ -117,7 +117,7 @@ const OpenSourceHeatmap: React.FC<OpenSourceHeatmapProps> = ({
|
|
117 |
return (
|
118 |
<div className="w-full p-4 py-16 relative">
|
119 |
<h1 className="text-3xl lg:text-5xl mt-16 font-bold text-center mb-2 text-foreground">
|
120 |
-
Chinese
|
121 |
</h1>
|
122 |
<div className="text-center text-sm my-8 space-y-4">
|
123 |
<p className="text-muted-foreground">
|
|
|
117 |
return (
|
118 |
<div className="w-full p-4 py-16 relative">
|
119 |
<h1 className="text-3xl lg:text-5xl mt-16 font-bold text-center mb-2 text-foreground">
|
120 |
+
Chinese Open Source Heatmap
|
121 |
</h1>
|
122 |
<div className="text-center text-sm my-8 space-y-4">
|
123 |
<p className="text-muted-foreground">
|