Commit d4219d98 authored by Marcelo Rivera's avatar Marcelo Rivera

(fix): should show previous and next buttons on first slide too

1 merge request!395[Sprint/HipsterHedgehog] (feat): remove creator frequency from onboarding modal
Pipeline #69005952 passed with stages
in 29 minutes and 8 seconds
......@@ -20,7 +20,7 @@ import { Modal } from "../../../common/components/modal/modal.component";
</div>
<ng-template dynamic-host></ng-template>
<div class="m-channelOnboarding__buttons" *ngIf="service.currentSlide > 0">
<div class="m-channelOnboarding__buttons">
<div class="m-channelOnboarding__previous" (click)="service.previous()">
Previous
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment