use gift icon for tips

This commit is contained in:
Sean Yesmunt 2018-06-20 21:59:36 -04:00
parent ad1d6ed2da
commit a8eeee2bbe
2 changed files with 2 additions and 1 deletions

View file

@ -27,3 +27,4 @@ export const UNLOCK = 'Unlock';
export const CHECK_SIMPLE = 'Check';
export const GLOBE = 'Globe';
export const EXTERNAL_LINK = 'ExternalLink';
export const GIFT = 'Gift';

View file

@ -200,7 +200,7 @@ class FilePage extends React.Component<Props> {
{!claimIsMine && (
<Button
button="alt"
icon="Send"
icon={icons.GIFT}
label={__('Enjoy this? Send a tip')}
onClick={() => openModal({ id: MODALS.SEND_TIP }, { uri })}
/>