hds-web 1.31.0 → 1.31.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.31.0",
3
+ "version": "1.31.1",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -76,7 +76,7 @@ export default function EventScheduleCard(props) {
76
76
  {props.title &&
77
77
  <Typography
78
78
  textStyle='h3'
79
- as='h3'
79
+ as='h1'
80
80
  className={HDSColor(props.titleTextColor) + ' pb-6'}>
81
81
  {props.title}
82
82
  </Typography>}