mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: remove quiz block for now
This commit is contained in:
parent
7a6d86e598
commit
6a8bec4af0
1 changed files with 2 additions and 2 deletions
|
|
@ -133,7 +133,7 @@ export const ToolbarButtons = ({ editor, props }: any) => {
|
||||||
<FileText size={15} />
|
<FileText size={15} />
|
||||||
</ToolBtn>
|
</ToolBtn>
|
||||||
</ToolTip>
|
</ToolTip>
|
||||||
<ToolTip content={"Interactive Quiz"}>
|
{/* <ToolTip content={"Interactive Quiz"}>
|
||||||
<ToolBtn
|
<ToolBtn
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
editor
|
editor
|
||||||
|
|
@ -147,7 +147,7 @@ export const ToolbarButtons = ({ editor, props }: any) => {
|
||||||
>
|
>
|
||||||
<GraduationCap size={15} />
|
<GraduationCap size={15} />
|
||||||
</ToolBtn>
|
</ToolBtn>
|
||||||
</ToolTip>
|
</ToolTip> */}
|
||||||
</ToolButtonsWrapper>
|
</ToolButtonsWrapper>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue