From b4a7c0ba35bff9e151a280fa9234732a4b2f2920 Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 4 Jul 2023 18:11:48 +0200 Subject: [PATCH] chore: should be patch for <1.0.0 Signed-off-by: blam --- .changeset/purple-feet-approve.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/purple-feet-approve.md b/.changeset/purple-feet-approve.md index c3017bcc3d..1ca40a0989 100644 --- a/.changeset/purple-feet-approve.md +++ b/.changeset/purple-feet-approve.md @@ -1,5 +1,5 @@ --- -'@backstage/core-components': minor +'@backstage/core-components': patch --- -The `Skip to content` button on click focuses on the main article tag and skips the `h1` tag. Users are not able to identify which page they are on currently. Now this minor fix will change the behaviour of the button and focuses on the `h1` tag on the page. +The `Skip to content` button on click focuses on the main article tag and skips the `h1` tag. Users are not able to identify which page they are on currently. Now it's changed the behaviour of the button and focuses on the `h1` tag on the page.