Skip to content

Commit

Permalink
Merge pull request #1262 from microsoft/niels9001/link-a11y
Browse files Browse the repository at this point in the history
Adding accessible name to copy link button
  • Loading branch information
karkarl authored Apr 13, 2023
2 parents 9396566 + 2f9a2b8 commit 11779dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WinUIGallery/Controls/PageHeader.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
Height="32"
Margin="4,0,4,0"
Click="OnCopyLinkButtonClick"
AutomationProperties.Name="Copy link"
ToolTipService.ToolTip="Copy link">
<Button.Content>
<FontIcon
Expand Down

0 comments on commit 11779dc

Please sign in to comment.