mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-23 01:49:13 +01:00
Switch to Lucide icons
This commit is contained in:
@@ -49,7 +49,7 @@ export function TextViewer({ response, pretty }: Props) {
|
||||
)}
|
||||
<IconButton
|
||||
size="sm"
|
||||
icon={isSearching ? 'x' : 'magnifyingGlass'}
|
||||
icon={isSearching ? 'x' : 'filter'}
|
||||
title={isSearching ? 'Close filter' : 'Filter response'}
|
||||
onClick={clearSearch}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user