diff --git a/src/components/Links.jsx b/src/components/Links.jsx
index 9bb0d5c..ac56329 100644
--- a/src/components/Links.jsx
+++ b/src/components/Links.jsx
@@ -1,4 +1,5 @@
import "../style/Links.css";
+import { motion } from "framer-motion"
function Links() {
@@ -13,13 +14,15 @@ function Links() {
return (
<>
-
+
Inventaire
-
-
+
+ {/*
Historique des évennements
+ */}
+
>
diff --git a/src/pages/Site.jsx b/src/pages/Site.jsx
index 86ca3a6..1baebee 100644
--- a/src/pages/Site.jsx
+++ b/src/pages/Site.jsx
@@ -10,7 +10,7 @@ function Site(){
return(
<>
- {/**/}
+
diff --git a/src/style/Links.css b/src/style/Links.css
index ace2884..a4447b6 100644
--- a/src/style/Links.css
+++ b/src/style/Links.css
@@ -9,16 +9,17 @@
}
.links-wrapper > div{
- color: white;
margin: 2%;
padding: 1%;
border-radius: 7px;
background-color: black;
border-color: white;
- border-width: 10px;
height: auto;
}
+
+
+
.link:hover{
cursor: pointer;
}
\ No newline at end of file