Show required rank of elf skills
This commit is contained in:
@@ -112,7 +112,8 @@ const ElfShowPage = ({ elf }: ElfShowPageProps) => {
|
|||||||
{item.name}
|
{item.name}
|
||||||
</Heading>
|
</Heading>
|
||||||
<SecondaryLabel>
|
<SecondaryLabel>
|
||||||
{t(`elfs-show.${item.type}`)}
|
{t(`elfs-show.${item.type}`)}{' '}
|
||||||
|
{'⭐'.repeat(item.requiredRank)}
|
||||||
</SecondaryLabel>
|
</SecondaryLabel>
|
||||||
</Box>
|
</Box>
|
||||||
<Paragraph
|
<Paragraph
|
||||||
|
|||||||
Reference in New Issue
Block a user