Skip to content

Commit

Permalink
fix uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
leanormandon committed Jun 11, 2024
1 parent 07730b1 commit 8e1f50b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Organisms/Card/StoreInfo/StoreInfo.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const address = {
};

const hours = [
{ day: 'lundi', hours: '14h - 19h' },
{ day: 'mardi', hours: '14h - 20h' },
{ day: 'Lundi', hours: '14h - 19h' },
{ day: 'Mardi', hours: '14h - 20h' },
{ day: 'Mercredi', hours: '14h - 20h' },
{ day: 'Jeudi', hours: '14h - 20h' },
{ day: 'Vendredi', hours: '14h - 20h' },
Expand Down

0 comments on commit 8e1f50b

Please sign in to comment.