Skip to content

Commit c623da8

Browse files
committed
remove cookie preferences link in footer
Issue: AAH-2172
1 parent db145bf commit c623da8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/containers/landing/landing-page.tsx

-6
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,6 @@ export class LandingPage extends React.Component<RouteProps, IState> {
199199
href='https://www.redhat.com/en/about/digital-accessibility'
200200
>{t`Digital accessibility`}</a>
201201
</span>
202-
<span>
203-
<a
204-
className='footer-link'
205-
href='#'
206-
>{t`Cookie preferences`}</a>
207-
</span>
208202
</div>
209203
</React.Fragment>
210204
}

0 commit comments

Comments
 (0)