Skip to content

Commit

Permalink
feat(cr-privacy): updates 20240202
Browse files Browse the repository at this point in the history
  • Loading branch information
a-buono committed Feb 2, 2024
1 parent 8d0d343 commit fbd35e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fe-piattaforma/src/components/Footer/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ const Footer: React.FC = () => {
<div className='container'>
<div className='row row_style'>
<div className='col-12'>
<a href='/privacy-disclaimer' className='link_common link_style'>
Informativa privacy
<a href='/informativa-privacy-e-cookie' className='link_common link_style'>
Informativa privacy e cookie
</a>
<a
href='javascript:'
Expand Down
2 changes: 1 addition & 1 deletion fe-piattaforma/src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ const AppRoutes: React.FC = () => {
}
/>
<Route
path='/privacy-disclaimer/*'
path='/informativa-privacy-e-cookie/*'
element={
<ProtectedComponent visibleTo={[]}>
<PrivacyDisclaimer />
Expand Down

0 comments on commit fbd35e3

Please sign in to comment.