Skip to content

Commit 02aaf20

Browse files
committed
fix: refine skills
1 parent 4f9226d commit 02aaf20

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/sections/Skills/Skills.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@ function Skills() {
4444
<header>
4545
<Heading level={3}>Technologies</Heading>
4646
<Prose size="small">
47-
Languages, frameworks, and tools I have extensive or recent experience
48-
with
47+
I have extensive or recent experience with these technologies
4948
</Prose>
5049
</header>
51-
<TagList items={skills} />
50+
<TagList items={skills} limit={20} />
5251

5352
<header>
5453
<Heading level={3}>Specialties</Heading>

0 commit comments

Comments
 (0)