Skip to content

Commit

Permalink
Add Github link in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
BlertaGalani authored and BlertaGalani committed Jan 20, 2025
1 parent f301dee commit 97215c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Footer/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import LogoBountyManagerDesktop from './LogoBountyManagerFooter.svg';
import LogoTelegram from './LogoTelegram.svg';
import LogoEmail from './LogoEmail.svg';
import LogoGithub from './LogoGithubWhite.svg';
import LogoPolkadot from './LogoPolkadot.svg';
import { page } from '$app/state';
Expand All @@ -24,6 +25,11 @@
<a href="mailto:[email protected]">
<img width="40" height="40" src={LogoEmail} alt="Email Logo" />
</a>
<a
href="https://github.com/galaniprojects/Polkadot-Bounty-Manager.git"
target="_blank"
rel="noopener noreferrer"><img width="40" height="40" src={LogoGithub} alt="" /></a
>
</div>

<!-- Terms and Conditions -->
Expand Down
1 change: 1 addition & 0 deletions src/components/Footer/LogoGithubWhite.svg
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 97215c9

Please sign in to comment.