@m13v/seo-components 0.38.1 → 0.38.2

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": "@m13v/seo-components",
3
- "version": "0.38.1",
3
+ "version": "0.38.2",
4
4
  "scripts": {
5
5
  "build:css": "tailwind -i src/_build.css -o dist/styles.css --minify",
6
6
  "lint:mobile-spans": "node scripts/lint-mobile-spans.mjs",
@@ -268,7 +268,7 @@ export function FounderChatPanel({
268
268
  <button
269
269
  type="button"
270
270
  onClick={handleOpen}
271
- aria-label={`Chat with ${founderName}`}
271
+ aria-label="Chat with founder"
272
272
  style={{
273
273
  display: "flex",
274
274
  alignItems: "center",
@@ -301,14 +301,14 @@ export function FounderChatPanel({
301
301
  >
302
302
  {founderName.slice(0, 1).toUpperCase()}
303
303
  </span>
304
- chat with {founderName}
304
+ chat with founder
305
305
  </button>
306
306
  )}
307
307
 
308
308
  {open && (
309
309
  <div
310
310
  role="dialog"
311
- aria-label={`Chat with ${founderName}`}
311
+ aria-label="Chat with founder"
312
312
  style={{
313
313
  width: 360,
314
314
  maxWidth: "calc(100vw - 40px)",