Skip to content

Commit bb725ab

Browse files
authored
Update Sponsors.tsx
1 parent 7c5cf89 commit bb725ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/page/Sponsors.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ 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>
1114
<td className="w-50 border border-1 p-3">
1215
<p>{data.title}</p>
1316
</td>
@@ -16,9 +19,6 @@ export function Sponsors(){
1619
return <p>{description}</p>
1720
})}
1821
</td>
19-
<td className="w-50 border border-1 p-3">
20-
<p>{data.time}</p>
21-
</td>
2222
</tr>
2323
)
2424
})}

0 commit comments

Comments
 (0)