We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7549b0 + 9f0481a commit bf48e81Copy full SHA for bf48e81
packages/component-header-footer/src/footer/components/Legal/index.js
@@ -43,7 +43,7 @@ const Legal = () => {
43
</a>
44
<a
45
className="nav-link"
46
- href={`${LEGAL_URLS.ACCESSIBILITY_REPORT}?a11yref=${getURL()}`}
+ href={`${LEGAL_URLS.ACCESSIBILITY_REPORT}#a11yref=${getURL()}`}
47
onFocus={() =>
48
trackGAEvent({
49
...DEFAULT_GA_EVENT,
packages/component-header-footer/src/header/components/UniversalNavbar/index.js
@@ -38,7 +38,7 @@ const UniversalNavbar = () => {
38
},
39
{
40
className: "nav-link visually-hidden-focusable",
41
- href: `https://accessibility.asu.edu/report?a11yref=${getURL()}`,
+ href: `https://accessibility.asu.edu/report#a11yref=${getURL()}`,
42
text: "Report an accessibility problem",
0 commit comments