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

Update shared components in UserMenu

parent 5b59465c
import { Icon } from '@hypothesis/frontend-shared';
import { ProfileIcon } from '@hypothesis/frontend-shared/lib/next';
import { useState } from 'preact/hooks';
import { serviceConfig } from '../config/service-config';
......@@ -83,7 +83,7 @@ function UserMenu({ frameSync, onLogout, settings }) {
const menuLabel = (
<span className="p-1">
<Icon name="profile" />
<ProfileIcon />
</span>
);
return (
......
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