Skip to content

Commit

Permalink
Relic COH3 id
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera committed Sep 1, 2023
1 parent 88b2b59 commit bd763be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions components/screens/players/components/player-id-icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import RelicIcon from "../../../icon/relic-icon";

const PlayerIdIcon = ({ relicID, steamID }: { relicID: number; steamID?: string }) => {
return (
<HoverCard width={260} shadow="md">
<HoverCard width={265} shadow="md">
<HoverCard.Target>
<ActionIcon size="lg" variant="default" radius="md">
<IconInfoCircle size={25} />
Expand All @@ -14,8 +14,7 @@ const PlayerIdIcon = ({ relicID, steamID }: { relicID: number; steamID?: string
<HoverCard.Dropdown>
<Group spacing={"xs"}>
<RelicIcon size={17} />
<Text size="sm">Relic ID &nbsp;</Text>

<Text size="sm">Relic COH3 ID</Text>
<Code>{relicID}</Code>
</Group>
{steamID && (
Expand Down

0 comments on commit bd763be

Please sign in to comment.