Skip to content

Commit

Permalink
đźš‘Fix typo (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaloLebrin authored Jun 3, 2023
2 parents 90155e7 + b1fde9a commit d24b6d4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions components/menu-side/MenuSide.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<header class="fixed flex-col items-center justify-around hidden max-h-screen min-h-screen px-10 py-20 shadow md:flex w-80 text-brown">
<header class="fixed flex-col items-center hidden max-h-screen min-h-screen px-10 py-4 shadow md:flex w-80 text-brown">
<div class="flex flex-col space-y-2 lg:space-y-4">
<img
class="object-contain h-28"
Expand All @@ -14,11 +14,11 @@
Masseuse
</h2>

<ul class="ml-4 list-disc lg:space-y-1">
<ul class="ml-4 overflow-y-auto list-disc lg:space-y-1">
<li
v-for="key in infosKeysArray"
:key="key"
class="capitalize"
class="text-sm capitalize"
>
{{ key }}
</li>
Expand Down Expand Up @@ -66,6 +66,6 @@ const infosKeysArray = [
'bilan morphologique',
'thérapie holistique',
'oligothérapie',
'hicronutrition',
'micronutrition',
]
</script>
1 change: 1 addition & 0 deletions pages/A-propos.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ import {
const experiences = [
'Masseuse Ă  Inspire Verbier',
'Masseuse à Expérimental Chalet',
'Masseuse au spa nordique',
'Praticienne en naturopathie',
]
Expand Down
2 changes: 1 addition & 1 deletion pages/Naturopathie.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const pathologies = [
title: 'Troubles urinaires',
symptoms: [
'cystites récidivantes',
'lithias rénales',
'lithiases rénales',
'troubles rénaux',
],
},
Expand Down
2 changes: 1 addition & 1 deletion pages/soins.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<span>huiles essentielles</span>
</li>
<p class="text-gray-500">
J’adapte aussi la recette en fonction de la demande.
J’adapte aussi le mélange en fonction de la demande.
</p>
</ul>

Expand Down

0 comments on commit d24b6d4

Please sign in to comment.