Skip to content

Commit

Permalink
updated footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mtarsitu committed Mar 30, 2023
1 parent a12526d commit 1710307
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions Front/src/global/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,41 @@ function Footer() {
fontWeight="regular"
opacity={0.8}
component={Link}
href="/politica-cookie"
>
Cookie
</MKTypography>
</MKBox>
<MKBox component="li">
<MKTypography
variant="button"
fontWeight="regular"
opacity={0.8}
component={Link}
href="/politica-confidentialitate-gdpr"
>
GDPR
</MKTypography>
</MKBox>
<MKBox component="li">
<MKTypography
variant="button"
fontWeight="regular"
opacity={0.8}
component={Link}
href="/termeni-si-conditii"
>
Termeni si conditii
</MKTypography>
</MKBox>
<MKBox component="li">
<MKTypography
variant="button"
fontWeight="regular"
opacity={0.8}
component={Link}
target="_blank"
rel="noreferrer"
href="https://anpc.ro/"
>
ANPC
Expand All @@ -105,6 +140,8 @@ function Footer() {
fontWeight="regular"
opacity={0.8}
component={Link}
target="_blank"
rel="noreferrer"
href="https://ec.europa.eu/consumers/odr/main/index.cfm?event=main.home2.show&lng=RO"
>
SOL
Expand Down

1 comment on commit 1710307

@vercel
Copy link

@vercel vercel bot commented on 1710307 Mar 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.