Commit bbe457c2 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Use `Icon` in `SortMenu`

parent 1cd9eed1
import { SvgIcon } from '@hypothesis/frontend-shared'; import { Icon } from '@hypothesis/frontend-shared';
import { useStoreProxy } from '../store/use-store'; import { useStoreProxy } from '../store/use-store';
...@@ -29,7 +29,7 @@ export default function SortMenu() { ...@@ -29,7 +29,7 @@ export default function SortMenu() {
const menuLabel = ( const menuLabel = (
<span className="TopBar__menu-label"> <span className="TopBar__menu-label">
<SvgIcon name="sort" className="TopBar__menu-icon" /> <Icon name="sort" classes="TopBar__menu-icon" />
</span> </span>
); );
......
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