Skip to content

Commit

Permalink
Add github link #60
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianMachado authored Dec 18, 2024
1 parent 4d22f75 commit 62626c0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
11 changes: 10 additions & 1 deletion www/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,17 @@ const Header = () => {
alt="Discord"
src="https://assets-global.website-files.com/6257adef93867e50d84d30e2/636e0a6ca814282eca7172c6_icon_clyde_white_RGB.svg"
/>
<p className="text-white text-sm font-semibold">Discord</p>
<p className="text-white text-md font-semibold">Discord</p>
</a>
<Link target="_blank" href="https://github.com/zuplo/mockbin">
<Image
height={0}
width={124}
alt="GitHub Repo stars"
unoptimized
src="https://img.shields.io/github/stars/zuplo/mockbin"
/>
</Link>
</div>
</header>
);
Expand Down
5 changes: 5 additions & 0 deletions www/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ const nextConfig = {
{
hostname: "cdn.zuplo.com",
},
{
protocol: "https",
hostname: "img.shields.io",
pathname: "/github/stars/**",
},
],
},
};
Expand Down

0 comments on commit 62626c0

Please sign in to comment.