We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9226d commit 02aaf20Copy full SHA for 02aaf20
src/sections/Skills/Skills.tsx
@@ -44,11 +44,10 @@ function Skills() {
44
<header>
45
<Heading level={3}>Technologies</Heading>
46
<Prose size="small">
47
- Languages, frameworks, and tools I have extensive or recent experience
48
- with
+ I have extensive or recent experience with these technologies
49
</Prose>
50
</header>
51
- <TagList items={skills} />
+ <TagList items={skills} limit={20} />
52
53
54
<Heading level={3}>Specialties</Heading>
0 commit comments