feat: hidden github icon from markdown editor

pull/90/head
moonrailgun 2 years ago
parent 694a62cd5a
commit f25eea90eb

@ -2,6 +2,7 @@ import React from 'react';
import { Editor } from '@bytemd/react';
import { plugins } from './plugins';
import 'bytemd/dist/index.css';
import './style.less';
interface MarkdownEditorProps {
value: string;

@ -0,0 +1,4 @@
.bytemd .bytemd-toolbar-right [bytemd-tippy-path='5'] {
// Hidden github icon
display: none;
}
Loading…
Cancel
Save