Skip to content

Commit

Permalink
Update src/plugins/home/public/application/components/home_icon.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Yulong Ruan <ruanyu1@gmail.com>
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
  • Loading branch information
SuZhou-Joe and ruanyl authored Aug 23, 2024
1 parent 4bd23ca commit 663ae7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { CoreStart } from 'opensearch-dashboards/public';
export function HomeIcon({ core, appId }: { core: CoreStart; appId: string }) {
return (
<EuiButtonIcon
aria-label="go-to-home"
aria-label="go to application homepage"
iconType="home"
onClick={() => {
core.application.navigateToApp(appId);
Expand Down

0 comments on commit 663ae7b

Please sign in to comment.