Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Remove sharing icons #782

Merged
merged 4 commits into from
Jul 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/assets/icon-share.svg

This file was deleted.

Binary file removed src/assets/instagram.android.png
Binary file not shown.
Binary file removed src/assets/instagram.ios.png
Binary file not shown.
2 changes: 0 additions & 2 deletions src/components/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import IconExternalArrowLight from 'assets/icon-external-arrow-light.svg';
import IconImportant from 'assets/icon-important.svg';
import IconMessages from 'assets/icon-messages.svg';
import IconNotify from 'assets/icon-notify.svg';
import IconShare from 'assets/icon-share.svg';
import IconNotifications from 'assets/icon-notifications.svg';
import IconNoNotifications from 'assets/icon-no-notifications.svg';
import IconLearn from 'assets/icon-learn.svg';
Expand Down Expand Up @@ -67,7 +66,6 @@ const ICONS = {
'icon-important': IconImportant,
'icon-messages': IconMessages,
'icon-notify': IconNotify,
'icon-share': IconShare,
'icon-notifications': IconNotifications,
'icon-no-notifications': IconNoNotifications,
'icon-learn': IconLearn,
Expand Down