Skip to content

Commit

Permalink
fix(privacy-discl): updates 20240208
Browse files Browse the repository at this point in the history
  • Loading branch information
a-buono committed Feb 8, 2024
1 parent 89bccd1 commit 5b4310d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fe-piattaforma/src/pages/common/Privacy/PrivacyDisclaimer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const PrivacyDisclaimer = () => {
Pietro di Brazzà 86, 00187 Roma (il <strong>“Dipartimento”</strong>),
contattabile ai seguenti recapiti:
</p>
<ul className='mt-2 mb-2'>
<ul className='mt-2 mb-2 ml-5'>
<li>
<strong>E-mail: </strong>
<a href='mailto:[email protected]'>
Expand All @@ -58,7 +58,7 @@ export const PrivacyDisclaimer = () => {
Il Responsabile per la protezione dei dati - Data Protection Officer è
contattabile ai seguenti recapiti:
</p>
<ul className='mt-2 mb-2'>
<ul className='mt-2 mb-2 ml-5'>
<li>
<strong>E-mail: </strong>
<a href='mailto:[email protected]'>
Expand Down Expand Up @@ -141,7 +141,7 @@ export const PrivacyDisclaimer = () => {
Quali sono i diritti dell’Interessato
</h4>
<p>L’Interessato potrà esercitare i seguenti diritti:</p>
<ul className='mt-2 mb-2'>
<ul className='mt-2 mb-2 ml-5'>
<li>
<strong>Diritto di accedere ai dati:</strong> ✔️ Si ha diritto ad
ottenere conferma e informazioni sul trattamento.
Expand Down Expand Up @@ -235,7 +235,7 @@ export const PrivacyDisclaimer = () => {
fornitori ai link di seguito indicati. Nel caso in cui si disabilitino
tutti i cookie, la Piattaforma potrebbe non funzionare correttamente.
</p>
<ul className='mt-2 mb-5'>
<ul className='mt-2 mb-5 ml-5'>
<li>
<a
href='https://support.google.com/chrome/answer/95647'
Expand Down

0 comments on commit 5b4310d

Please sign in to comment.