chore(legal): Moved gtc and legal notice from S3 to internal
This commit is contained in:
BIN
public/gtc.pdf
Normal file
BIN
public/gtc.pdf
Normal file
Binary file not shown.
BIN
public/legal_notice.pdf
Normal file
BIN
public/legal_notice.pdf
Normal file
Binary file not shown.
@@ -14,8 +14,8 @@ export function Footer() {
|
|||||||
];
|
];
|
||||||
|
|
||||||
const legal = [
|
const legal = [
|
||||||
{ name: "Mentions Légales", href: "https://s3.retake.fr/public/mentions_legales.pdf"},
|
{ name: "Mentions Légales", href: "/legal_notice.pdf" },
|
||||||
{ name: "CGV", href: "https://s3.retake.fr/public/cgv.pdf"}
|
{ name: "CGV", href: "/gtc.pdf" }
|
||||||
// { name: "Terms", href: "/terms" },
|
// { name: "Terms", href: "/terms" },
|
||||||
// { name: "Privacy", href: "/privacy" },
|
// { name: "Privacy", href: "/privacy" },
|
||||||
// { name: "Legal", href: "/legal" },
|
// { name: "Legal", href: "/legal" },
|
||||||
|
|||||||
Reference in New Issue
Block a user