We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe114d commit 548a032Copy full SHA for 548a032
1 file changed
src/pages/open-letter.astro
@@ -30,7 +30,7 @@ function logoPath(url: string): string {
30
<Letter {...data}>
31
<article class="prose dark:prose-invert">
32
<Content />
33
- <div class="signatories">
+ <div class="signatories" id="signatories">
34
<div class="sig-rule"></div>
35
<h2>Signatories</h2>
36
<ol>
0 commit comments