Skip to content

Commit

Permalink
fix Github buttons
Browse files Browse the repository at this point in the history
The Fork button was displaying the number of stars rather than forks.

Signed-off-by: Daniel Estévez <[email protected]>
  • Loading branch information
daniestevez committed Feb 13, 2025
1 parent 723b9d8 commit 8954732
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@
An open-source FPGA-based SDR project focusing on the ADALM Pluto
</div>
<div>
<a class="github-button" href="https://github.com/maia-sdr/maia-sdr" data-size="large" data-show-count="true"
aria-label="Star maia-sdr on GitHub">Star</a>
<a class="github-button" href="https://github.com/maia-sdr/maia-sdr" data-size="large"
data-show-count="true" aria-label="Fork maia-sdr on GitHub">Fork</a>
<a class="github-button" href="https://github.com/maia-sdr/maia-sdr"
data-color-scheme="no-preference: light; light: light; dark: dark;"
data-icon="octicon-star" data-size="large" data-show-count="true"
aria-label="Star maia-sdr on GitHub">Star</a>
<a class="github-button" href="https://github.com/maia-sdr/maia-sdr/fork"
data-color-scheme="no-preference: light; light: light; dark: dark;"
data-icon="octicon-repo-forked" data-size="large"
data-show-count="true" aria-label="Fork maia-sdr on GitHub">Fork</a>
</div>
</div>
<div class="hero-image">
Expand Down

0 comments on commit 8954732

Please sign in to comment.