Skip to content

Commit

Permalink
chore: ゴールタイムをベストタイムにリネーム
Browse files Browse the repository at this point in the history
  • Loading branch information
Suzune2741 committed Oct 20, 2024
1 parent 445b5ba commit 4b34f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kcmsf/src/pages/ranking.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const Ranking = () => {
<Table.Th style={{ textAlign: "center" }}>順位</Table.Th>
<Table.Th style={{ textAlign: "center" }}>チーム名</Table.Th>
<Table.Th style={{ textAlign: "center" }}>合計得点</Table.Th>
<Table.Th style={{ textAlign: "center" }}>ゴールタイム</Table.Th>
<Table.Th style={{ textAlign: "center" }}>ベストタイム</Table.Th>
</Table.Tr>
</Table.Thead>
<Table.Tbody>
Expand Down

0 comments on commit 4b34f9e

Please sign in to comment.