Skip to content

Commit

Permalink
added footer details (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
callmeVAMP authored Jun 9, 2024
1 parent 7f54f37 commit d6e6052
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,26 +86,26 @@ const Footer: React.FC = () => {

<div className="developer">
<div className="dev-detail">
<div className="dev-name">Varsha</div>
<div className="dev-name">Varsha Swaraj</div>
<div className="dev-role">Frontend</div>
</div>
<div className="dev-social">
<a
href="https://github.com/in/developer1"
href="https://github.com/callmeVAMP"
target="_blank"
rel="noopener noreferrer"
>
<SVGGithub width="25" height="25"/>
</a>
<a
href="https://linkedin.com/in/developer1"
href="https://www.linkedin.com/in/varsha-swaraj-843724274"
target="_blank"
rel="noopener noreferrer"
>
<SVGLinkedin width="25" height="25"/>
</a>
<a
href="https://instagram.com/developer1"
href="https://www.instagram.com/callmevam___p"
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit d6e6052

Please sign in to comment.