Skip to content

Commit e35ea4e

Browse files
Kavishka FernandoLakshanSS
authored andcommitted
fix google site link issue
Signed-off-by: Kavishka Fernando <kavi@kavishka.local>
1 parent 04a8d56 commit e35ea4e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/theme/DocBreadcrumbs/MarkdownButton.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,11 @@ export default function MarkdownButton({
9696
type="button"
9797
aria-expanded={isOpen}
9898
aria-haspopup="true"
99-
aria-label="Copy page URL"
99+
aria-label="Page actions"
100+
title="Page actions"
100101
>
101102
<CopyIcon />
102-
<span data-nosnippet>{copied ? "Copied!" : "Copy page"}</span>
103+
{copied && <span aria-hidden="true">Copied!</span>}
103104
<ChevronIcon isOpen={isOpen} />
104105
</button>
105106

0 commit comments

Comments
 (0)