Skip to content

Commit

Permalink
Add: Link to algochurn
Browse files Browse the repository at this point in the history
  • Loading branch information
manuarora700 committed Jul 3, 2022
1 parent cd99283 commit bb35a5f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,31 @@ const Footer = () => {
>
Manu Arora.{" "}
</a>
Source code at{" "}
Code at{" "}
<a
href="https://github.com/manuarora700/react-code-editor"
target="__blank"
className="text-gray-700 hover:bg-red-500 hover:text-white font-medium"
>
GitHub.{" "}
</a>
Read the complete blog on{" "}
Blog on{" "}
<a
href="https://www.freecodecamp.org/news/how-to-build-react-based-code-editor/"
target="__blank"
className="text-gray-700 hover:bg-red-500 hover:text-white font-medium"
>
FreeCodeCamp
</a>
.
. Visit{" "}
<a
href="https://algochurn.com"
target="__blank"
className="text-gray-700 hover:bg-red-500 hover:text-white font-medium"
>
Algochurn{" "}
</a>
to ace your next frontend interview.
</span>
</div>
);
Expand Down

1 comment on commit bb35a5f

@vercel
Copy link

@vercel vercel bot commented on bb35a5f Jul 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-code-editor – ./

react-code-editor-manuarora700.vercel.app
coderush.vercel.app
react-code-editor-git-main-manuarora700.vercel.app

Please sign in to comment.