diff --git a/client/src/app/shared/components/projector-button/projector-button.component.html b/client/src/app/shared/components/projector-button/projector-button.component.html index cea226f54..9336d7e63 100644 --- a/client/src/app/shared/components/projector-button/projector-button.component.html +++ b/client/src/app/shared/components/projector-button/projector-button.component.html @@ -3,7 +3,7 @@ [ngClass]="isProjected() ? 'projector-active' : 'projector-inactive'"> videocam - - + +
diff --git a/client/src/app/slides/motions/motion-block/motion-block-slide.component.ts b/client/src/app/slides/motions/motion-block/motion-block-slide.component.ts index 8c228fb4f..037d458a8 100644 --- a/client/src/app/slides/motions/motion-block/motion-block-slide.component.ts +++ b/client/src/app/slides/motions/motion-block/motion-block-slide.component.ts @@ -25,10 +25,10 @@ export class MotionBlockSlideComponent extends BaseSlideComponent Dict[str, all_data, motion, motion["recommendation_id"] ) motion_object["recommendation"] = { - "name": recommendation["name"], + "name": recommendation["recommendation_label"], "css_class": recommendation["css_class"], } if recommendation["show_recommendation_extension_field"]: