@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
|
@@ -268,7 +268,7 @@ export function FounderChatPanel({
|
|
|
268
268
|
<button
|
|
269
269
|
type="button"
|
|
270
270
|
onClick={handleOpen}
|
|
271
|
-
aria-label=
|
|
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
|
|
304
|
+
chat with founder
|
|
305
305
|
</button>
|
|
306
306
|
)}
|
|
307
307
|
|
|
308
308
|
{open && (
|
|
309
309
|
<div
|
|
310
310
|
role="dialog"
|
|
311
|
-
aria-label=
|
|
311
|
+
aria-label="Chat with founder"
|
|
312
312
|
style={{
|
|
313
313
|
width: 360,
|
|
314
314
|
maxWidth: "calc(100vw - 40px)",
|