diff --git a/apps/skolplattformen-sthlm/components/week.component.tsx b/apps/skolplattformen-sthlm/components/week.component.tsx index 0c70aae24..8be3925f1 100644 --- a/apps/skolplattformen-sthlm/components/week.component.tsx +++ b/apps/skolplattformen-sthlm/components/week.component.tsx @@ -70,7 +70,12 @@ const LessonList = ({ lessons, header, lunch }: LessonListProps) => { >{`${timeStart.slice(0, 5)}-${timeEnd.slice(0, 5)} ${ location === '' ? '' : '(' + location + ')' } `} - + {code?.toUpperCase() === 'LUNCH' ? lunch?.description : teacher} @@ -178,7 +183,7 @@ const themedStyles = StyleService.create({ padding: 0, }, item: { - height: 55, + height: 90, backgroundColor: 'background-basic-color-2', paddingHorizontal: 0, borderRadius: 2, diff --git a/libs/api-skolplattformen/lib/fakeData.ts b/libs/api-skolplattformen/lib/fakeData.ts index cc6863cb1..ecec03368 100644 --- a/libs/api-skolplattformen/lib/fakeData.ts +++ b/libs/api-skolplattformen/lib/fakeData.ts @@ -1234,7 +1234,7 @@ export const timetable = (child: Skola24Child): TimetableEntry[] => { category: 'Moderna språk, språkval', blockName: '', dayOfWeek: 2, - location: '302,Fjärr', + location: '302,Fjärr asd asdasd asdad aasdds', teacher: 'DNi', timeEnd: '09:50:00', timeStart: '09:05:00',