Skip to content

Commit 8e1f50b

Browse files
committed
fix uppercase
1 parent 07730b1 commit 8e1f50b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Organisms/Card/StoreInfo/StoreInfo.stories.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ const address = {
1414
};
1515

1616
const hours = [
17-
{ day: 'lundi', hours: '14h - 19h' },
18-
{ day: 'mardi', hours: '14h - 20h' },
17+
{ day: 'Lundi', hours: '14h - 19h' },
18+
{ day: 'Mardi', hours: '14h - 20h' },
1919
{ day: 'Mercredi', hours: '14h - 20h' },
2020
{ day: 'Jeudi', hours: '14h - 20h' },
2121
{ day: 'Vendredi', hours: '14h - 20h' },

0 commit comments

Comments
 (0)