We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18527c1 commit 25e4101Copy full SHA for 25e4101
changelog.md
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+1.1.6 (????-??-??)
5
+------------------
6
+
7
+* Fix CSS class name.
8
9
10
1.1.5 (2025-01-08)
11
------------------
12
src/components/forms.tsx
@@ -33,7 +33,7 @@ export function Forms(props: PageProps) {
33
34
return <>
35
<h2 key="-1">Actions</h2>
36
- <ul className="action-buttons">
+ <ul className="button-actions">
37
{buttonForms.map( (form, index) => <li key={index}>{form}</li>)}
38
</ul>
39
{forms.map( (form, index) => <span key={index}>{form}</span>)}
0 commit comments