Skip to content

Commit

Permalink
Add arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera committed Oct 27, 2024
1 parent 2ee345d commit a2a296a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions screens/players/tabs/standings-tab/player-standings-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { getLeaderBoardRoute } from "../../../../src/routes";
import DynamicTimeAgo from "../../../../components/other/dynamic-timeago";
import RankIcon from "../../../../components/rank-icon";
import HelperIcon from "../../../../components/icon/helper";
import { IconArrowBigDown, IconArrowBigUp } from "@tabler/icons-react";

const PlayerStandingsTable = ({
faction,
Expand Down Expand Up @@ -90,9 +91,10 @@ const PlayerStandingsTable = ({
footer: (
<>
<Text size={"xs"} c="dimmed">
<IconArrowBigDown size={19} style={{ marginBottom: -4 }} />
<HelperIcon
text={
"Best Rank Achieved. The best Rank the player ever had. Lower is better."
"Best Rank Achieved. Lower is better. The best Rank the player ever had. "
}
/>
</Text>
Expand Down Expand Up @@ -122,9 +124,10 @@ const PlayerStandingsTable = ({
footer: (
<>
<Text size={"xs"} c="dimmed">
<IconArrowBigUp size={19} style={{ marginBottom: -3 }} />
<HelperIcon
text={
"Best ELO Achieved. The best ELO the player ever had. Higher is better."
"Best ELO Achieved. Higher is better. The best ELO the player ever had. "
}
/>
</Text>
Expand Down

0 comments on commit a2a296a

Please sign in to comment.