@sprucelabs/spruce-invite-utils 5.0.2 → 5.0.5

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.
@@ -12,7 +12,7 @@ function renderAcceptCardSections(options) {
12
12
  },
13
13
  locationAddress && {
14
14
  text: {
15
- html: `At the location on<h4>${spruce_skill_utils_1.locationRenderer.renderAddress(locationAddress)}</h4>`,
15
+ html: `At the location on<h3>${spruce_skill_utils_1.locationRenderer.renderAddress(locationAddress)}</h3>`,
16
16
  },
17
17
  },
18
18
  {
@@ -18,7 +18,7 @@ export default function renderAcceptCardSections(options) {
18
18
  },
19
19
  locationAddress && {
20
20
  text: {
21
- html: `At the location on<h4>${locationRenderer.renderAddress(locationAddress)}</h4>`,
21
+ html: `At the location on<h3>${locationRenderer.renderAddress(locationAddress)}</h3>`,
22
22
  },
23
23
  },
24
24
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-invite-utils",
3
3
  "description": "Invite Utilities",
4
- "version": "5.0.2",
4
+ "version": "5.0.5",
5
5
  "skill": {
6
6
  "namespace": "invite"
7
7
  },