Take out the 'more' in the +X skills tag

This commit is contained in:
HHH-GH
2023-06-15 19:29:00 +08:00
committed by Alec LaLonde
parent 1df7d94464
commit 4245d5cee1

View File

@@ -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>