Skip to content

Commit

Permalink
Take out the 'more' in the +X skills tag
Browse files Browse the repository at this point in the history
  • Loading branch information
HHH-GH authored and alalonde committed Jun 28, 2023
1 parent 1df7d94 commit 4245d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/components/Quest/Skills.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4245d5c

Please sign in to comment.