Skip to content

Commit

Permalink
[PAY-1072] Change "Download App" icon on Settings Page (#3067)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyrombo committed Mar 21, 2023
1 parent c9a5879 commit d2ce059
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,4 @@ export { ReactComponent as IconBlockMessages } from '../../assets/icons/iconBloc
export { ReactComponent as IconSettings } from '../../assets/icons/iconSettings.svg'
export { ReactComponent as IconDashboard } from '../../assets/icons/iconDashboard.svg'
export { ReactComponent as IconMood } from '../../assets/icons/iconMood.svg'
export { ReactComponent as IconDesktop } from '../../assets/icons/iconDesktop.svg'
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ import {
IconNotification,
IconSignOut,
IconVerified,
IconDownload,
IconMood,
IconSettings,
IconMessage,
SegmentedControl
SegmentedControl,
IconDesktop
} from '@audius/stems'
import cn from 'classnames'

Expand Down Expand Up @@ -363,7 +363,7 @@ export const SettingsPage = (props: SettingsPageProps) => {
</SettingsCard>
{!isMobile() && !isElectron() && (
<SettingsCard
icon={<IconDownload />}
icon={<IconDesktop />}
title={messages.desktopAppCardTitle}
description={messages.desktopAppCardDescription}
>
Expand Down

0 comments on commit d2ce059

Please sign in to comment.