Skip to content

Commit fbc792a

Browse files
committed
style: fixed typo in Skills section
1 parent 6ad8307 commit fbc792a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Skills.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export function Skills() {
9393
<div className="flex flex-col justify-around">
9494
{/* TODO: Check if this fits in small screens & if this is good at all or not */}
9595
<TechIconsDisplay
96-
heading="Programming techNames:"
96+
heading="Programming Languages:"
9797
techNames={["Python3", "HTML5", "CSS3", "JavaScript (ES6)", "TypeScript", "Go", "C", "C++20", "SQL"]}
9898
/>
9999
<TechIconsDisplay

0 commit comments

Comments
 (0)