Skip to content

Commit 9f0481a

Browse files
fix(component-header-footer): update url params for a11y to use fragments instead of params
1 parent 2f0c775 commit 9f0481a

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)