Skip to content

Commit 3146654

Browse files
authored
Change overlay close icon to close (#3089)
1 parent 90ead98 commit 3146654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gitbook/src/components/utils/ZoomImage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ function ZoomImageModal(props: {
256256
)}
257257
onClick={onClose}
258258
>
259-
<Icon icon="compress-wide" className={tcls('size-5')} />
259+
<Icon icon="close" className={tcls('size-5')} />
260260
</button>
261261
</div>
262262
);

0 commit comments

Comments
 (0)