We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b472eb commit 70bc51dCopy full SHA for 70bc51d
1 file changed
app/components/sections/skills-section.tsx
@@ -55,8 +55,8 @@ const SkillsSection = () => {
55
skills: [
56
{ short: 'VCS', full: 'Git' },
57
{ short: 'Cloud', full: 'Docker' },
58
- { short: 'Orch', full: 'CI/CD' },
59
- { short: 'Orch', full: 'Kubernetes' },
+ { short: 'CI/CD', full: 'CI/CD' },
+ { short: 'k8s', full: 'Kubernetes' },
60
{ short: 'Docs', full: 'Office' }
61
],
62
description:
0 commit comments