From 61285098edbc55fc208fb1ab10508ba29cd1e8fa Mon Sep 17 00:00:00 2001 From: Angryman18 Date: Sun, 10 Jul 2022 12:42:58 +0530 Subject: [PATCH] name convetion fix --- src/common/techstack/index.js | 2 +- src/common/techstack/techstack.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/techstack/index.js b/src/common/techstack/index.js index d7b77706c..5ad183051 100644 --- a/src/common/techstack/index.js +++ b/src/common/techstack/index.js @@ -14,7 +14,7 @@ import { } from "react-icons/si"; import NHost from "images/nhost.svg"; -export const Tech = [ +export const TechStackInfo = [ { comp: SiReact, text: "ReactJS", diff --git a/src/common/techstack/techstack.jsx b/src/common/techstack/techstack.jsx index 1a994bc2e..4150d99be 100644 --- a/src/common/techstack/techstack.jsx +++ b/src/common/techstack/techstack.jsx @@ -1,10 +1,10 @@ -import { Tech } from "."; +import { TechStackInfo } from "."; const TechStack = () => { return (
- {Tech.map((Item, idx) => { + {TechStackInfo.map((Item, idx) => { if (Item.type === "icon") { return (