Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit b214db9

Browse files
feat: add a publish button
1 parent 0d9bacf commit b214db9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

studio/src/app/modals/editor/app-publish/app-publish.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ export class AppPublish {
6565
<p>Edit the preview of your presentation and add or change tags (up to 5) to make your presentation more inviting to readers</p>
6666

6767
<app-feed-card editable={true} author={this.author} publication={this.today} caption={this.caption} description={this.description}></app-feed-card>
68+
69+
<div class="ion-padding ion-text-center">
70+
<ion-button shape="round" color="primary">
71+
<ion-label class="ion-text-uppercase">Publish now</ion-label>
72+
</ion-button>
73+
</div>
6874
</ion-content>
6975
];
7076
}

0 commit comments

Comments
 (0)