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

Use `Icon` in `ShareAnnotationsPanel`

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