fix: update favicon and site title; remove unused responsive language text
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<link rel="icon" type="image/svg+xml" href="/public/personnes.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>xeewy.eu</title>
|
||||
<title>xeewy.be</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
BIN
public/personnes.png
Normal file
BIN
public/personnes.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -41,7 +41,7 @@ const Projects = () => {
|
||||
icon: <ExternalLink size={24} />,
|
||||
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
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
@@ -125,12 +125,6 @@
|
||||
font-weight: 600;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
@include respond-to(sm) {
|
||||
.language-text {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.menu-toggle {
|
||||
|
||||
Reference in New Issue
Block a user