We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7548c9 commit 5fc29dfCopy full SHA for 5fc29df
library/src/components/Href.tsx
@@ -15,7 +15,7 @@ export const Href: React.FunctionComponent<Props> = ({
15
}) => (
16
<a
17
href={href}
18
- title={title}
+ title={title ? `${title} (Opens in new window)` : 'Opens in new window'}
19
className={className}
20
target="_blank"
21
rel="nofollow noopener noreferrer"
0 commit comments