Skip to content

Commit

Permalink
updated footer (#16)
Browse files Browse the repository at this point in the history
* Some minor changes

* add fix

---------

Co-authored-by: Shlok Kumar Shaw <98634977+shlok-007@users.noreply.github.com>
  • Loading branch information
Algo-O3 and shlok-007 authored Jul 22, 2024
1 parent 348c088 commit 4a670e2
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 @@ -55,26 +55,26 @@ const Footer: React.FC = () => {

<div className="developer">
<div className="dev-detail">
<div className="dev-name">Shahji</div>
<div className="dev-name">Shahaji Deshmukh</div>
<div className="dev-role">Frontend</div>
</div>
<div className="dev-social">
<a
href="https://github.com/in/developer1"
href="https://github.com/Algo-O3"
target="_blank"
rel="noopener noreferrer"
>
<SVGGithub width="25" height="25"/>
</a>
<a
href="https://linkedin.com/in/developer1"
href="https://www.linkedin.com/in/sd-541u"
target="_blank"
rel="noopener noreferrer"
>
<SVGLinkedin width="25" height="25"/>
</a>
<a
href="https://instagram.com/developer1"
href="https://instagram.com/_shahaji_"
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit 4a670e2

Please sign in to comment.