Skip to content

Commit bf48e81

Browse files
Merge pull request #1554 from ASU/uds-2102
fix(component-header-footer): update url params for a11y to use fragm…
2 parents b7549b0 + 9f0481a commit bf48e81

File tree

2 files changed

+2
-2
lines changed
  • packages/component-header-footer/src

2 files changed

+2
-2
lines changed

packages/component-header-footer/src/footer/components/Legal/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const Legal = () => {
4343
</a>
4444
<a
4545
className="nav-link"
46-
href={`${LEGAL_URLS.ACCESSIBILITY_REPORT}?a11yref=${getURL()}`}
46+
href={`${LEGAL_URLS.ACCESSIBILITY_REPORT}#a11yref=${getURL()}`}
4747
onFocus={() =>
4848
trackGAEvent({
4949
...DEFAULT_GA_EVENT,

packages/component-header-footer/src/header/components/UniversalNavbar/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const UniversalNavbar = () => {
3838
},
3939
{
4040
className: "nav-link visually-hidden-focusable",
41-
href: `https://accessibility.asu.edu/report?a11yref=${getURL()}`,
41+
href: `https://accessibility.asu.edu/report#a11yref=${getURL()}`,
4242
text: "Report an accessibility problem",
4343
},
4444
{

0 commit comments

Comments
 (0)