Skip to content

Commit

Permalink
shareSocialOutline changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sharunkumar committed Nov 3, 2023
1 parent 8633936 commit e23d506
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/features/settings/gestures/SwipeSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import {
arrowDownOutline,
arrowUndoOutline,
arrowUpOutline,
shareOutline,
shareSocialOutline,
bookmarkOutline,
chevronCollapseOutline,
eyeOffOutline,
Expand Down Expand Up @@ -174,7 +174,7 @@ const swipeIcons = {
[OSwipeActionAll.CollapseToTop]: chevronCollapseOutline,
[OSwipeActionAll.Collapse]: chevronDownOutline,
[OSwipeActionAll.MarkUnread]: mailUnreadOutline,
[OSwipeActionAll.Share]: shareOutline,
[OSwipeActionAll.Share]: shareSocialOutline,
};

interface SwipeListProps {
Expand Down
6 changes: 3 additions & 3 deletions src/pages/settings/InstallAppPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
addOutline,
checkmarkCircleOutline,
chevronBack,
shareOutline,
shareSocialOutline,
} from "ionicons/icons";
import AppContent from "../../features/shared/AppContent";
import styled from "@emotion/styled";
Expand Down Expand Up @@ -220,8 +220,8 @@ export default function InstallAppPage() {
{showInstallwebAppDirections ? (
<ol>
<li>
Tap <IonIcon icon={shareOutline} color="primary" /> from the
Safari tab bar
Tap <IonIcon icon={shareSocialOutline} color="primary" /> from
the Safari tab bar
</li>
<li>
Scroll and tap Add to Home Screen <IonIcon icon={addOutline} />
Expand Down

0 comments on commit e23d506

Please sign in to comment.