Spaces:
Build error
Build error
Upload components/ProjectTable.jsx with huggingface_hub
Browse files- components/ProjectTable.jsx +1 -16
components/ProjectTable.jsx
CHANGED
|
@@ -20,19 +20,4 @@ export default function ProjectTable({ projects, loading }) {
|
|
| 20 |
if (loading) {
|
| 21 |
return (
|
| 22 |
<div className="space-y-4">
|
| 23 |
-
{[1,
|
| 24 |
-
<div key={i} className="h-20 bg-gray-100 dark:bg-gray-700 rounded animate-pulse"></div>
|
| 25 |
-
))}
|
| 26 |
-
</div>
|
| 27 |
-
);
|
| 28 |
-
}
|
| 29 |
-
|
| 30 |
-
return (
|
| 31 |
-
<div className="overflow-x-auto">
|
| 32 |
-
<table className="min-w-full divide-y divide-gray-200 dark:divide-gray-700">
|
| 33 |
-
<thead>
|
| 34 |
-
<tr>
|
| 35 |
-
<th scope="col" className="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider dark:text-gray-400">
|
| 36 |
-
Project Name
|
| 37 |
-
</th>
|
| 38 |
-
<th scope="col" className="px-6 py-3 text-left text-xs font-medium text-gray
|
|
|
|
| 20 |
if (loading) {
|
| 21 |
return (
|
| 22 |
<div className="space-y-4">
|
| 23 |
+
{[1,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|