We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f0efa commit 4959533Copy full SHA for 4959533
1 file changed
editor/components/editor/editor-appbar/editor-appbar-fragment-for-sidebar.tsx
@@ -4,11 +4,17 @@ import styled from "@emotion/styled";
4
export function AppbarFragmentForSidebar() {
5
return (
6
<RootWrapperAppbarFragmentForSidebar>
7
- <IconsMdiMenu
+ <div
8
+ style={{
9
+ width: 24,
10
+ height: 24,
11
+ }}
12
+ ></div>
13
+ {/* <IconsMdiMenu
14
// TODO: replace resource
15
src="https://s3-us-west-2.amazonaws.com/figma-alpha-api/img/333b/8550/4bdd6a7ceffe5b23b37bc68c1fb7a4ab"
16
alt="image of IconsMdiMenu"
- ></IconsMdiMenu>
17
+ ></IconsMdiMenu> */}
18
</RootWrapperAppbarFragmentForSidebar>
19
);
20
}
0 commit comments