Skip to content

Commit

Permalink
Update Services.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Virusrwj223 authored Dec 18, 2023
1 parent 773c100 commit 44c7d58
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions hm/hrishiraj-mandal/src/components/Services.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import {
SiHtml5,
SiCss3,
SiJavascript,
SiReact,
SiFirebase,
} from "react-icons/si";

const services = [
Expand All @@ -24,6 +26,16 @@ const services = [
<SiJavascript />,
],
},
{
name: "Hey Hitch",
description:
"Native app to connect people travelling to similar destinations",
link: "https://appdistribution.firebase.dev/i/f78ff6c81cb2647a",
techStack: [
<SiReact />,
<SiFirebase />,
],
},
];

const Services = () => {
Expand Down

0 comments on commit 44c7d58

Please sign in to comment.