Skip to content

Commit 4959533

Browse files
update editor sidebar appbar
1 parent 25f0efa commit 4959533

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

editor/components/editor/editor-appbar/editor-appbar-fragment-for-sidebar.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@ import styled from "@emotion/styled";
44
export function AppbarFragmentForSidebar() {
55
return (
66
<RootWrapperAppbarFragmentForSidebar>
7-
<IconsMdiMenu
7+
<div
8+
style={{
9+
width: 24,
10+
height: 24,
11+
}}
12+
></div>
13+
{/* <IconsMdiMenu
814
// TODO: replace resource
915
src="https://s3-us-west-2.amazonaws.com/figma-alpha-api/img/333b/8550/4bdd6a7ceffe5b23b37bc68c1fb7a4ab"
1016
alt="image of IconsMdiMenu"
11-
></IconsMdiMenu>
17+
></IconsMdiMenu> */}
1218
</RootWrapperAppbarFragmentForSidebar>
1319
);
1420
}

0 commit comments

Comments
 (0)