Commit 96f65fa9 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Use `Icon` in `ShareAnnotationsPanel`

parent 3e42c9ac
import {
IconButton,
Spinner,
SvgIcon,
Icon,
TextInput,
TextInputWithButton,
} from '@hypothesis/frontend-shared';
......@@ -105,8 +105,8 @@ function ShareAnnotationsPanel({ toastMessenger }) {
)}{' '}
<span>
Private (
<SvgIcon name="lock" inline className="u-icon--inline" />{' '}
<em>Only Me</em>) annotations are only visible to you.
<Icon name="lock" classes="u-inline" /> <em>Only Me</em>)
annotations are only visible to you.
</span>
</p>
<ShareLinks shareURI={shareURI} />
......
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