Skip to content

Commit 5922a5c

Browse files
authored
Update Sponsors.tsx
1 parent 1be5d22 commit 5922a5c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/page/Sponsors.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ export function Sponsors(){
88
{datas.map(data => {
99
return (
1010
<tr>
11-
<td className="w-25 border border-1 p-3">
12-
<p>{data.time}</p>
13-
</td>
1411
<td className="w-50 border border-1 p-3">
1512
<p>{data.title}</p>
1613
</td>

0 commit comments

Comments
 (0)