Rename Design to light > Design to Light

This commit is contained in:
Timothée Goguely 2025-01-23 14:40:40 +01:00
parent 25afb36e00
commit d8833b61d1
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Design to light</title>
<title>Design to Light</title>
</head>
<body>
<div id="app"></div>

View file

@ -147,7 +147,7 @@ const mainItems = [
disabled: true,
},
{
title: "Design to light",
title: "Design to Light",
path: "/design-to-light",
icon: "leaf",
},

View file

@ -5,7 +5,7 @@
{{ project.title }}
</option>
</select>
<input type="text" value="Design to light" />
<input type="text" value="Design to Light" />
<textarea placeholder="Décrivez votre demande…"> </textarea>
</form>
</template>