hds-web 1.33.5 → 1.33.6

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.33.5",
3
+ "version": "1.33.6",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -119,7 +119,7 @@ export default function HeroLinkCard(props) {
119
119
  playsInline
120
120
  width="500"
121
121
  height="500"
122
- className="tb:w-full w-full rounded-3xl"
122
+ className="tb:w-full w-full rounded-2xl"
123
123
  src={props.videoUrl}
124
124
  ></video>
125
125
  )}