diff --git a/src/Components/Core/Presentation/React/LearningSpaceDisplay/LearningSpaceGoalPanel/LearningSpaceGoalPanel.tsx b/src/Components/Core/Presentation/React/LearningSpaceDisplay/LearningSpaceGoalPanel/LearningSpaceGoalPanel.tsx index c950704ed..3720d79de 100644 --- a/src/Components/Core/Presentation/React/LearningSpaceDisplay/LearningSpaceGoalPanel/LearningSpaceGoalPanel.tsx +++ b/src/Components/Core/Presentation/React/LearningSpaceDisplay/LearningSpaceGoalPanel/LearningSpaceGoalPanel.tsx @@ -27,9 +27,9 @@ export default function LearningSpaceGoalPanel() {
Zu diesem Lernraum gibt es keine eingetragenen Lernziele!
))} {goals && ( -
+
-
+
Lernziel Logo
-
    +
      {goals.map((goal, index) => { return ( -
    • +
    • );