This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
import React from 'react';
|
|
||||||
import {
|
import {
|
||||||
Shield,
|
Shield,
|
||||||
ArrowLeft,
|
ArrowLeft,
|
||||||
|
|||||||
@@ -21,8 +21,7 @@ import {
|
|||||||
ArrowUpRight,
|
ArrowUpRight,
|
||||||
HardDrive,
|
HardDrive,
|
||||||
ShieldCheck,
|
ShieldCheck,
|
||||||
Zap,
|
Zap
|
||||||
HelpCircle
|
|
||||||
} from 'lucide-react';
|
} from 'lucide-react';
|
||||||
import { Link } from 'react-router-dom';
|
import { Link } from 'react-router-dom';
|
||||||
import { useTheme } from '../hooks/useTheme';
|
import { useTheme } from '../hooks/useTheme';
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import React from 'react';
|
|
||||||
import { Shield, ArrowLeft, Mail, Server, FileCheck, Moon, Sun, Lock } from 'lucide-react';
|
import { Shield, ArrowLeft, Mail, Server, FileCheck, Moon, Sun, Lock } from 'lucide-react';
|
||||||
import { Link } from 'react-router-dom';
|
import { Link } from 'react-router-dom';
|
||||||
import { useTheme } from '../hooks/useTheme';
|
import { useTheme } from '../hooks/useTheme';
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import React from 'react';
|
|
||||||
import {
|
import {
|
||||||
Shield,
|
Shield,
|
||||||
ArrowLeft,
|
ArrowLeft,
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import React from 'react';
|
|
||||||
import {
|
import {
|
||||||
Shield,
|
Shield,
|
||||||
ArrowLeft,
|
ArrowLeft,
|
||||||
@@ -121,7 +120,7 @@ export default function PolitiqueCookies() {
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div className="bg-[#f0f4f9] dark:bg-slate-950 p-2 sm:p-4 rounded-2xl border border-transparent dark:border-slate-800/80 overflow-x-auto">
|
<div className="bg-[#f0f4f9] dark:bg-slate-950 p-2 sm:p-4 rounded-2xl border border-transparent dark:border-slate-800/80 overflow-x-auto">
|
||||||
<table className="w-full text-left border-collapse min-w-[500px]">
|
<table className="w-full text-left border-collapse min-w-125">
|
||||||
<thead>
|
<thead>
|
||||||
<tr className="border-b border-slate-200/80 dark:border-slate-800 text-xs font-semibold text-slate-500 dark:text-slate-400">
|
<tr className="border-b border-slate-200/80 dark:border-slate-800 text-xs font-semibold text-slate-500 dark:text-slate-400">
|
||||||
<th className="py-3 px-4">Nom du cookie</th>
|
<th className="py-3 px-4">Nom du cookie</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user