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