diff --git a/src/components/TechScroller.tsx b/src/components/TechScroller.tsx
index 9ed743e..7ae1b20 100644
--- a/src/components/TechScroller.tsx
+++ b/src/components/TechScroller.tsx
@@ -22,8 +22,8 @@ const techs = [FaHtml5, FaCss3Alt, FaJs, FaVuejs, FaReact, SiNestjs, SiNuxtdotjs
function TechScroller() {
return (
- {techs.map((TechIcon) => (
-
+ {techs.map((TechIcon, i) => (
+
))}
);
diff --git a/src/sections/ProjectsSection.tsx b/src/sections/ProjectsSection.tsx
index bd7b2ef..046ddaa 100644
--- a/src/sections/ProjectsSection.tsx
+++ b/src/sections/ProjectsSection.tsx
@@ -108,7 +108,7 @@ function ProjectsSection() {
{projects.showcase.map((p) => (
-
+
@@ -122,7 +122,7 @@ function ProjectsSection() {
{p.technologies.map((tech) => (
-

+

))}
@@ -149,7 +149,7 @@ function ProjectsSection() {
{projects.other.map((p) => (
-
+
{p.iconSrc &&

}
@@ -159,7 +159,7 @@ function ProjectsSection() {
{p.technologies.map((tech) => (
-

+

))}