Skip to content

Commit

Permalink
fix(MWPW-168106): changes top files from h3 to div (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmiqueo authored Feb 24, 2025
1 parent bef8768 commit 1661e85
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/app.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Chimera UI Libraries - Build 0.30.1 (2/13/2025, 10:45:34)
* Chimera UI Libraries - Build 0.30.2 (2/24/2025, 09:27:47)
*
*/
/******/ (function(modules) { // webpackBootstrap
Expand Down Expand Up @@ -54239,7 +54239,7 @@ var Group = function Group(props) {
{
className: 'consonant-TopFilter-inner' },
_react2.default.createElement(
'h3',
'div',
{
className: 'consonant-TopFilter-name',
'daa-ll': filterName },
Expand Down
4 changes: 2 additions & 2 deletions dist/main.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main.source.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions react/src/js/components/Consonant/Filters/Top/Group.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ const Group = (props) => {
className={`${containerClassname} FILTER-ID-${id}`}>
<div
className="consonant-TopFilter-inner">
<h3
<div
className="consonant-TopFilter-name"
daa-ll={filterName}>
<button
Expand All @@ -235,7 +235,7 @@ const Group = (props) => {
{selectedItemQtyText}
</span>
</button>
</h3>
</div>
<div
className="consonant-TopFilter-selectedItems">
<div
Expand Down

0 comments on commit 1661e85

Please sign in to comment.