Skip to content

Commit 70bc51d

Browse files
committed
fix: update skill short names for clarity in skills section
1 parent 4b472eb commit 70bc51d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/sections/skills-section.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ const SkillsSection = () => {
5555
skills: [
5656
{ short: 'VCS', full: 'Git' },
5757
{ short: 'Cloud', full: 'Docker' },
58-
{ short: 'Orch', full: 'CI/CD' },
59-
{ short: 'Orch', full: 'Kubernetes' },
58+
{ short: 'CI/CD', full: 'CI/CD' },
59+
{ short: 'k8s', full: 'Kubernetes' },
6060
{ short: 'Docs', full: 'Office' }
6161
],
6262
description:

0 commit comments

Comments
 (0)