Skip to content

Commit

Permalink
Add id attribute for direct linking to section (#113)
Browse files Browse the repository at this point in the history
Adds an id attribute to the container to be able to directly link to the section via `/credits/#reviewer-scoreboard`
  • Loading branch information
GeckoEidechse authored Oct 21, 2024
1 parent 764deb0 commit 11a99ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/credits.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import Layout from "../layouts/Layout.astro";
</div>

<!-- TODO have a pane for each and just pass the desired stats (weekly/monthly/all) to the component -->
<div class="pane">
<div class="pane" id="reviewer-scoreboard">
<div class="section">Reviewer Scoreboard</div>
<p class="blurb">Stats for number of reviews performed over certain time durations</p>
<Reviewers />
Expand Down

0 comments on commit 11a99ba

Please sign in to comment.