Skip to content

Commit 778c49e

Browse files
committed
Add missing aria-label in story
1 parent c3df30b commit 778c49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stories/Marker.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ function CustomCalloutLeftAccessory({ src }: { src: string }) {
295295
function CustomCalloutRightAccessory({ url }: { url: string }) {
296296
return (
297297
<div className="custom-annotation-info">
298-
<a href={url} target="_blank" rel="noreferrer">
298+
<a href={url} target="_blank" rel="noreferrer" aria-label="Learn more">
299299
<svg
300300
width="20px"
301301
height="20px"

0 commit comments

Comments
 (0)