Skip to content

Commit

Permalink
update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
riahk committed Sep 28, 2020
1 parent 2cba4e3 commit 97aebf3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ function SavedQueryList({
className="action-button"
onClick={handleEdit}
>
<Icon name="pencil" />
<Icon name="edit" />
</span>
</TooltipWrapper>
)}
Expand All @@ -220,7 +220,7 @@ function SavedQueryList({
className="action-button"
onClick={handleCopy}
>
<Icon name="clipboard" />
<Icon name="copy" />
</span>
</TooltipWrapper>
{canDelete && (
Expand Down

0 comments on commit 97aebf3

Please sign in to comment.