Skip to content

Commit

Permalink
OTR(Frontend) Oops, cookie path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jrkkp authored Jan 30, 2024
1 parent a7fa744 commit afefeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/packages/otr/src/components/layouts/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const Header = (): JSX.Element => {
buttonText={cookieTranslation('buttonText')}
cookieTag="cookie-consent-otr"
buttonAriaLabel={cookieTranslation('buttonAriaLabel')}
path="/akr"
path="/otr"
>
<Text data-testid="cookie-banner-description">
{cookieTranslation('description')}
Expand Down

0 comments on commit afefeda

Please sign in to comment.