We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076fbd5 commit 13e66a4Copy full SHA for 13e66a4
src/partials/article.hbs
@@ -28,7 +28,7 @@
28
{{/if}}
29
{{#if page.attributes.beta}}
30
<div class="beta-label">
31
- <p>Beta</p>
+ <p>beta</p>
32
</div>
33
<script>
34
const betaButton = document.querySelector('.beta-label p');
0 commit comments