Skip to content

Commit

Permalink
fix: correct external links (#502)
Browse files Browse the repository at this point in the history
Co-authored-by: pgupta19 <Pranav_Gupta@intuit.com>
  • Loading branch information
foobar98 and pgupta19 committed Oct 22, 2022
1 parent de4d6d8 commit bbb9a4d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/components/about/About.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { PawHubContainer } from "components/layout/Grid/PetCardFlex";

import Contributors from "./Contributors";
import DiscordLogo from "./Discord.png";
import GithubIcon from "./GitHub.png";
import YoutubeLogo from "./Youtube2.png";
import DevPostLogo from "./devpost-modified.png";
Expand Down Expand Up @@ -56,7 +57,7 @@ export default function About() {
<a
target="blank"
rel="noreferrer"
href="https://github.com/redxzeta/Awesome-Adoption"
href="https://devpost.com/"
className="rounded"
>
<img
Expand All @@ -76,6 +77,18 @@ export default function About() {
src={GithubIcon}
/>
</a>

<a
target="blank"
rel="noreferrer"
href="https://discord.gg/rjbD2nq6S2"
className="rounded"
>
<img
className="w-12 mx-1 border-primary border-2 rounded-full"
src={DiscordLogo}
/>
</a>
</div>
<section className="contributors-section">
<h2 className="font-amatic text-5xl font-bold ">Contributors</h2>
Expand Down
Binary file added src/components/about/Discord.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bbb9a4d

Please # to comment.