Skip to content

Commit

Permalink
chore: integrate review hints
Browse files Browse the repository at this point in the history
  • Loading branch information
marstamm committed Jun 19, 2024
1 parent 32debda commit 049a158
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/plugins/version-info/ReleaseInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ export function ReleaseInfo(props) {
<div className={ css.ReleaseInfo }>
<ul className="dashed">
<li>
<h4>Enhanced Form Component Documentation</h4>
<h4>Enhanced form component documentation</h4>
We've added convenient documentation links directly within the properties panel for Form components. This allows you to quickly find information about the functions and configurations when you need it.
</li>
<li>
<h4>Improved Accessibility</h4>
Our commitment to making the Modeler more accessible is ongoing. This release features enhanced keyboard navigation, screen-reader friendly labels, and better visual cues for links to assist users with impairments.
<h4>Improved accessibility</h4>
Our commitment to making the Modeler more accessible is ongoing. This release features enhanced keyboard navigation, screen-reader friendly labels, and better visual cues for links to assist all users.
</li>
<li>
<h4>Bug fixes and more</h4>
Expand Down

0 comments on commit 049a158

Please sign in to comment.