From 3293e7bb45130b6ccf238376cf367f721faef929 Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Wed, 24 May 2023 15:23:04 +0200 Subject: [PATCH] Use title --- client/src/utils/typeMaps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", }; }