Skip to content

Commit 4178831

Browse files
committed
fix
1 parent 66c8685 commit 4178831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/query-editor-raw/QueryToolbox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export function QueryToolbox({ showTools, onFormatCode, onExpand, isExpanded, ..
7373
{onExpand && (
7474
<IconButton
7575
onClick={() => onExpand(!isExpanded)}
76-
name={isExpanded ? 'compress-arrows' : ('expand-arrows-alt' as any)}
76+
name={isExpanded ? 'angle-up' : 'angle-down'}
7777
size="xs"
7878
tooltip={isExpanded ? 'Collapse editor' : 'Expand editor'}
7979
/>

0 commit comments

Comments
 (0)