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

Commit

Permalink
feat: comment markdown until infra deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Dec 23, 2020
1 parent 6ba16f0 commit 2db9f1a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions studio/src/app/components/editor/app-slot-type/app-slot-type.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,12 @@ export class AppSlotType {
<ion-label>Code</ion-label>
</ion-item>
</a>,
<a onClick={() => this.select(SlotType.MARKDOWN)} class={this.currentType === SlotType.MARKDOWN ? 'current' : ''}>
<ion-item>
<ion-icon src="/assets/icons/markdown.svg" slot="start"></ion-icon>
<ion-label>Markdown</ion-label>
</ion-item>
</a>,
// <a onClick={() => this.select(SlotType.MARKDOWN)} class={this.currentType === SlotType.MARKDOWN ? 'current' : ''}>
// <ion-item>
// <ion-icon src="/assets/icons/markdown.svg" slot="start"></ion-icon>
// <ion-label>Markdown</ion-label>
// </ion-item>
// </a>,
<a onClick={() => this.select(SlotType.MATH)} class={this.currentType === SlotType.MATH ? 'current' : ''}>
<ion-item>
<ion-icon src="/assets/icons/math.svg" slot="start"></ion-icon>
Expand Down

0 comments on commit 2db9f1a

Please sign in to comment.