Skip to content

Commit

Permalink
filename fix and icons added
Browse files Browse the repository at this point in the history
  • Loading branch information
Angryman18 committed Jul 12, 2022
1 parent ea0a9e5 commit 1fec33f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Modal from "./modal";
import DefMeta from "meta/DefMeta";
import PlayMeta from "./playlists/PlayMeta";
import PlayIdeas from "./playideas/PlayIdeas";
import TechStack from "./techstack/techstack";
import TechStack from "./techstack/TechStacks";
import ExtendedFooter from "./footer/ExtendedFooter";

export { Header, Footer, Home, PageNotFound, Modal, PlayMeta, DefMeta, PlayIdeas, TechStack, ExtendedFooter };
16 changes: 15 additions & 1 deletion src/common/techstack/TechStackInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ import {
SiGraphql,
SiDocker,
SiHasura,
SiPostgresql
SiPostgresql,
SiPython,
SiNodedotjs,
} from "react-icons/si";
import NHost from "images/nhost.svg";

Expand Down Expand Up @@ -93,4 +95,16 @@ export const TechStackInfo = [
type: "icon",
link: "https://www.docker.com",
},
{
comp: SiNodedotjs,
text: "NodeJS",
type: "icon",
link: "https://nodejs.org/en",
},
{
comp: SiPython,
text: "Python",
type: "icon",
link: "https://www.python.org",
},
];
File renamed without changes.

0 comments on commit 1fec33f

Please sign in to comment.