Skip to content

Commit 04d7635

Browse files
committed
Fix expand icon.
1 parent df158f1 commit 04d7635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/next/editor.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ window.app = createApp({
333333
safe: ''
334334
},
335335
tabs: {
336-
expanded: {icon: 'expanded alternate', label: 'Expanded'},
336+
expanded: {icon: 'expand alternate', label: 'Expanded'},
337337
compacted: {icon: 'compress alternate', label: 'Compacted'},
338338
flattened: {icon: 'bars', label: 'Flattened'},
339339
framed: {icon: 'crop alternate', label: 'Framed'},

0 commit comments

Comments
 (0)