diff --git a/index.html b/index.html index 2558d78..b0abe1d 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,9 @@ - + - xeewy.eu + xeewy.be
diff --git a/public/personnes.png b/public/personnes.png new file mode 100644 index 0000000..e1cf38d Binary files /dev/null and b/public/personnes.png differ diff --git a/src/components/Projects.tsx b/src/components/Projects.tsx index 8cfdc6f..429cb32 100644 --- a/src/components/Projects.tsx +++ b/src/components/Projects.tsx @@ -41,7 +41,7 @@ const Projects = () => { icon: , links: { github: "https://github.com/Dayron-HELHa/xeewy.eu", // Remplacez par votre lien - demo: "https://xeewy.eu" // Remplacez par votre lien + demo: "https://xeewy.be" // Remplacez par votre lien } } ]; diff --git a/src/styles/components/_header.scss b/src/styles/components/_header.scss index 7d90e6a..2c55845 100644 --- a/src/styles/components/_header.scss +++ b/src/styles/components/_header.scss @@ -125,12 +125,6 @@ font-weight: 600; line-height: 1; } - - @include respond-to(sm) { - .language-text { - display: none; - } - } } .menu-toggle {