Update Back to top href QHWT-1076
This pull request includes a small but important change to the src/components/widgets/html/component.hbs file. The change modifies the href attribute of the "Back to top" button to improve accessibility.
src/components/widgets/html/component.hbs: Changed the href attribute of the "Back to top" button from "#" to "#content" to ensure it directs users to the main content section, enhancing accessibility.
Update Back to top href QHWT-1076 This pull request includes a small but important change to the
src/components/widgets/html/component.hbs
file. The change modifies thehref
attribute of the "Back to top" button to improve accessibility.src/components/widgets/html/component.hbs
: Changed thehref
attribute of the "Back to top" button from"#"
to"#content"
to ensure it directs users to the main content section, enhancing accessibility.