Skip to content

Commit 9af36ba

Browse files
committed
fix table headers
1 parent 940c8c8 commit 9af36ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/MigrationDetails/index.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ function Table({ details }) {
222222
<thead>
223223
<tr>
224224
<th style={{ width: 200 }}>Name</th>
225-
<th style={{ width: 115 }}>PRs made</th>
226-
<th style={{ width: 115 }}>Descendants</th>
227-
<th style={{ flex: 1 }}>Immediate Children</th>
225+
<th style={{ width: 115 }}>Status</th>
226+
<th style={{ width: 115 }}>Total number of children</th>
227+
<th style={{ flex: 1 }}>Immediate children</th>
228228
</tr>
229229
</thead>
230230
<tbody>

0 commit comments

Comments
 (0)