Skip to content

Commit

Permalink
Update ProgrammingLanguages.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Bulletdev committed Dec 12, 2024
1 parent 4546f1e commit 44aa9e9
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/app/components/sections/ProgrammingLanguages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ const languageItems: {
component: (
<Image
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/java/java-original.svg"
width={40}
height={40}
width={50}
height={50}
alt="Java"
/>
),
Expand All @@ -45,8 +45,8 @@ const languageItems: {
component: (
<Image
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/ruby/ruby-original.svg"
width={40}
height={40}
width={50}
height={50}
alt="Ruby"
/>
),
Expand All @@ -56,8 +56,8 @@ const languageItems: {
component: (
<Image
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/python/python-original.svg"
width={40}
height={40}
width={50}
height={50}
alt="Django"
/>
),
Expand All @@ -67,8 +67,8 @@ const languageItems: {
component: (
<Image
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/go/go-original.svg"
width={40}
height={40}
width={50}
height={50}
alt="Golang"
/>
),
Expand All @@ -78,8 +78,8 @@ const languageItems: {
component: (
<Image
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/mocha/mocha-original.svg"
width={40}
height={40}
width={50}
height={50}
alt="Mocha"
/>
),
Expand All @@ -89,8 +89,8 @@ const languageItems: {
component: (
<Image
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/kotlin/kotlin-original.svg"
width={40}
height={40}
width={50}
height={50}
alt="kotlin"
/>
),
Expand All @@ -100,8 +100,8 @@ const languageItems: {
component: (
<Image
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/apachekafka/apachekafka-original.svg"
width={40}
height={40}
width={50}
height={50}
alt="apachekafka"
/>

Expand All @@ -112,8 +112,8 @@ const languageItems: {
component: (
<Image
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/rabbitmq/rabbitmq-original.svg"
width={40}
height={40}
width={50}
height={50}
alt="rabbitmq"
/>

Expand Down

0 comments on commit 44aa9e9

Please sign in to comment.