mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Take out the 'more' in the +X skills tag
This commit is contained in:
@@ -109,7 +109,7 @@ export const SkillsTags: React.FC<SkillsProps> = ({
|
||||
<WrapItem zIndex={10}>
|
||||
<Tooltip label={moreSkills}>
|
||||
<MetaTag size="md" fontWeight="normal" borderRadius={4}>
|
||||
{`+${skills.length - maxSkills} more`}
|
||||
{`+${skills.length - maxSkills}`}
|
||||
</MetaTag>
|
||||
</Tooltip>
|
||||
</WrapItem>
|
||||
|
||||
Reference in New Issue
Block a user