Commit 1cd9eed1 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Use `Icon` in `TagEditor`

parent 0c57610a
import {
SvgIcon,
Icon,
normalizeKeyName,
useElementShouldClose,
} from '@hypothesis/frontend-shared';
......@@ -292,7 +292,7 @@ function TagEditor({
title={`Remove Tag: ${tag}`}
className="TagEditor__delete"
>
<SvgIcon name="cancel" />
<Icon name="cancel" />
</button>
</li>
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment