We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3df30b commit 778c49eCopy full SHA for 778c49e
src/stories/Marker.stories.tsx
@@ -295,7 +295,7 @@ function CustomCalloutLeftAccessory({ src }: { src: string }) {
295
function CustomCalloutRightAccessory({ url }: { url: string }) {
296
return (
297
<div className="custom-annotation-info">
298
- <a href={url} target="_blank" rel="noreferrer">
+ <a href={url} target="_blank" rel="noreferrer" aria-label="Learn more">
299
<svg
300
width="20px"
301
height="20px"
0 commit comments