Skip to content

Commit

Permalink
Fix css class name
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Jan 8, 2025
1 parent 18527c1 commit 25e4101
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

1.1.6 (????-??-??)
------------------

* Fix CSS class name.


1.1.5 (2025-01-08)
------------------

Expand Down
2 changes: 1 addition & 1 deletion src/components/forms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function Forms(props: PageProps) {

return <>
<h2 key="-1">Actions</h2>
<ul className="action-buttons">
<ul className="button-actions">
{buttonForms.map( (form, index) => <li key={index}>{form}</li>)}
</ul>
{forms.map( (form, index) => <span key={index}>{form}</span>)}
Expand Down

0 comments on commit 25e4101

Please sign in to comment.