Commit
·
6ea0cab
1
Parent(s):
eda28cd
remove footer
Browse files- src/components/Heatmap.tsx +0 -12
src/components/Heatmap.tsx
CHANGED
|
@@ -49,18 +49,6 @@ const Heatmap: React.FC<HeatmapProps> = ({ data, color, providerName, fullName,
|
|
| 49 |
)}
|
| 50 |
/>
|
| 51 |
</div>
|
| 52 |
-
<p className="text-xs italic text-slate-500 mt-2 text-center">
|
| 53 |
-
Models, Datasets, and Spaces created on {" "}
|
| 54 |
-
<Link
|
| 55 |
-
href="https://huggingface.co"
|
| 56 |
-
target="_blank"
|
| 57 |
-
rel="noopener noreferrer"
|
| 58 |
-
className="hover:underline"
|
| 59 |
-
>
|
| 60 |
-
Hugging Face
|
| 61 |
-
</Link>
|
| 62 |
-
.
|
| 63 |
-
</p>
|
| 64 |
</div>
|
| 65 |
);
|
| 66 |
};
|
|
|
|
| 49 |
)}
|
| 50 |
/>
|
| 51 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
</div>
|
| 53 |
);
|
| 54 |
};
|