File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/routes/mission/-components Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ export default function MissionGridCard({
113113 year : "numeric" ,
114114 month : "2-digit" ,
115115 day : "2-digit" ,
116+ weekday : "short" ,
116117 } ) }
117118 </ span >
118119 ) }
@@ -123,6 +124,7 @@ export default function MissionGridCard({
123124 year : "numeric" ,
124125 month : "2-digit" ,
125126 day : "2-digit" ,
127+ weekday : "short" ,
126128 } ) }
127129 </ span >
128130 ) }
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ export default function MissionListCard({
7070 year : "numeric" ,
7171 month : "2-digit" ,
7272 day : "2-digit" ,
73+ weekday : "short" ,
7374 } ) }
7475 </ span >
7576 ) }
@@ -80,6 +81,7 @@ export default function MissionListCard({
8081 year : "numeric" ,
8182 month : "2-digit" ,
8283 day : "2-digit" ,
84+ weekday : "short" ,
8385 } ) }
8486 </ span >
8587 ) }
You can’t perform that action at this time.
0 commit comments