From 403793213e8f8ac3fc6d07d61a942790ef307f98 Mon Sep 17 00:00:00 2001 From: Claudia Bressi Date: Mon, 2 May 2022 12:48:42 +0200 Subject: [PATCH 1/3] Provide alternative text Signed-off-by: Claudia Bressi --- .../src/components/General/UserSettingsSignInAvatar.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/plugins/user-settings/src/components/General/UserSettingsSignInAvatar.tsx b/plugins/user-settings/src/components/General/UserSettingsSignInAvatar.tsx index d36655a75f..eced74c29c 100644 --- a/plugins/user-settings/src/components/General/UserSettingsSignInAvatar.tsx +++ b/plugins/user-settings/src/components/General/UserSettingsSignInAvatar.tsx @@ -36,5 +36,11 @@ export const UserSettingsSignInAvatar = ({ size }: Props) => { const classes = useStyles(size ? { size } : { size: iconSize }); const { profile } = useUserProfile(); - return ; + return ( + + ); }; From ed075219aa826601a99d8581f9e716eaf5ae6a92 Mon Sep 17 00:00:00 2001 From: Claudia Bressi Date: Mon, 2 May 2022 13:37:13 +0200 Subject: [PATCH 2/3] Changeset Signed-off-by: Claudia Bressi --- .changeset/kind-cats-clap.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/kind-cats-clap.md diff --git a/.changeset/kind-cats-clap.md b/.changeset/kind-cats-clap.md new file mode 100644 index 0000000000..b278c478ef --- /dev/null +++ b/.changeset/kind-cats-clap.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-user-settings': minor +--- + +Added alternative text to profile picture From dfbfb6b4d916b6f64fd1ab11980387f80ce1cef0 Mon Sep 17 00:00:00 2001 From: Claudia Bressi Date: Mon, 2 May 2022 13:51:57 +0200 Subject: [PATCH 3/3] Update changeset Signed-off-by: Claudia Bressi --- .changeset/kind-cats-clap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/kind-cats-clap.md b/.changeset/kind-cats-clap.md index b278c478ef..a415705d7f 100644 --- a/.changeset/kind-cats-clap.md +++ b/.changeset/kind-cats-clap.md @@ -1,5 +1,5 @@ --- -'@backstage/plugin-user-settings': minor +'@backstage/plugin-user-settings': patch --- Added alternative text to profile picture