diff --git a/client/src/utils/typeMaps.ts b/client/src/utils/typeMaps.ts index 3d4d626d..fa443537 100644 --- a/client/src/utils/typeMaps.ts +++ b/client/src/utils/typeMaps.ts @@ -20,7 +20,7 @@ export function learningContentTypeData( title = "Reflexion"; } return { - title: "Geleitete Fallarbeit", + title: title, icon: "it-icon-lc-assignment", }; }