Skip to content

Commit

Permalink
fix(links): fix footer github links
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidroohi92 committed Jul 6, 2024
1 parent 6fadb49 commit 95c2560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/mobileContent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function MobileContent() {
className="w-[40px] h-[40px] rounded-full shadow-[0_0_30px_10px_rgba(0,0,0,0.4)]"
/>
</a>
<a href="https://github.com/darwinia-network" target="_blank">
<a href="https://github.com/dcdao" target="_blank">
<img
src="/icons/Github.svg"
alt="Github"
Expand Down

0 comments on commit 95c2560

Please sign in to comment.