]> git.localhorst.tv Git - alttp.git/commitdiff
also center placement header
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 23 Mar 2022 15:59:34 +0000 (16:59 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 23 Mar 2022 15:59:34 +0000 (16:59 +0100)
resources/js/components/tournament/Scoreboard.js

index ea6a6668727385e2165dcc44ab1d2f853e1940d0..cbc73a32620db88204b5fa81f669a5db18c79702 100644 (file)
@@ -34,7 +34,7 @@ const Scoreboard = ({ tournament, user }) =>
 <Table striped className="scoreboard align-middle">
        <thead>
                <tr>
-                       <th>{i18n.t('participants.placementShort')}</th>
+                       <th className="text-center">{i18n.t('participants.placementShort')}</th>
                        <th>{i18n.t('participants.participant')}</th>
                        <th className="text-end">{i18n.t('participants.scoreShort')}</th>
                </tr>