File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Clients/src/presentation/components/Policies Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import {
14
14
BlockquotePlugin ,
15
15
} from "@platejs/basic-nodes/react" ;
16
16
import { serializeHtml } from "platejs" ;
17
- import { ReactComponent as Looks3 } from "../../assets/icons/three.svg"
17
+ import { ReactComponent as LooksThree } from "../../assets/icons/three.svg"
18
18
import { ReactComponent as LooksOne } from "../../assets/icons/one.svg"
19
19
import { ReactComponent as LooksTwo } from "../../assets/icons/two.svg"
20
20
import { ReactComponent as FormatBold } from "../../assets/icons/formatBold.svg"
@@ -372,7 +372,7 @@ const PolicyDetailModal: React.FC<Props> = ({
372
372
{
373
373
key : "h3" ,
374
374
title : "Heading 3" ,
375
- icon : < Looks3 /> ,
375
+ icon : < LooksThree /> ,
376
376
action : ( ) => {
377
377
editor . tf . h3 . toggle ( ) ;
378
378
setToolbarState ( ( prev ) => ( { ...prev , h3 : ! prev . h3 } ) ) ;
You can’t perform that action at this time.
0 commit comments