tg-core-components 6.3.7 → 6.3.8-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -161,7 +161,7 @@ var LimitHeader = function LimitHeader(_ref2) {
|
|
|
161
161
|
'div',
|
|
162
162
|
{ className: 'ResponsibleGamingWidget__limit-header' },
|
|
163
163
|
title && React.createElement(
|
|
164
|
-
'
|
|
164
|
+
'h1',
|
|
165
165
|
{ className: 'ResponsibleGamingWidget__limit-header-title' },
|
|
166
166
|
title
|
|
167
167
|
)
|
|
@@ -203,7 +203,7 @@ var LimitHeader = function LimitHeader(_ref2) {
|
|
|
203
203
|
'div',
|
|
204
204
|
{ className: 'ResponsibleGamingWidget__limit-header' },
|
|
205
205
|
title && _react2.default.createElement(
|
|
206
|
-
'
|
|
206
|
+
'h1',
|
|
207
207
|
{ className: 'ResponsibleGamingWidget__limit-header-title' },
|
|
208
208
|
title
|
|
209
209
|
)
|