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

Commit 2db9f1a

Browse files
feat: comment markdown until infra deployed
1 parent 6ba16f0 commit 2db9f1a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

studio/src/app/components/editor/app-slot-type/app-slot-type.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,12 @@ export class AppSlotType {
147147
<ion-label>Code</ion-label>
148148
</ion-item>
149149
</a>,
150-
<a onClick={() => this.select(SlotType.MARKDOWN)} class={this.currentType === SlotType.MARKDOWN ? 'current' : ''}>
151-
<ion-item>
152-
<ion-icon src="/assets/icons/markdown.svg" slot="start"></ion-icon>
153-
<ion-label>Markdown</ion-label>
154-
</ion-item>
155-
</a>,
150+
// <a onClick={() => this.select(SlotType.MARKDOWN)} class={this.currentType === SlotType.MARKDOWN ? 'current' : ''}>
151+
// <ion-item>
152+
// <ion-icon src="/assets/icons/markdown.svg" slot="start"></ion-icon>
153+
// <ion-label>Markdown</ion-label>
154+
// </ion-item>
155+
// </a>,
156156
<a onClick={() => this.select(SlotType.MATH)} class={this.currentType === SlotType.MATH ? 'current' : ''}>
157157
<ion-item>
158158
<ion-icon src="/assets/icons/math.svg" slot="start"></ion-icon>

0 commit comments

Comments
 (0)