From cb54bf4ed9af69b19d555f28a407f65a8898b7c1 Mon Sep 17 00:00:00 2001 From: nicoback2 <36916764+nicoback2@users.noreply.github.com> Date: Mon, 5 Dec 2022 15:13:55 -0500 Subject: [PATCH] update audius icon (#2345) Co-authored-by: Nikki Kang --- .../src/assets/images/audiusLogoHorizontal.svg | 14 +++----------- .../images/audiusLogoHorizontalDeprecated.svg | 11 +++++++++++ .../src/components/now-playing-drawer/Logo.tsx | 2 +- .../share-drawer/ShareToStorySticker.tsx | 2 +- .../src/screens/app-screen/useAppScreenOptions.tsx | 2 +- .../mobile/src/screens/signon/SignupHeader.tsx | 2 +- 6 files changed, 18 insertions(+), 15 deletions(-) create mode 100644 packages/mobile/src/assets/images/audiusLogoHorizontalDeprecated.svg diff --git a/packages/mobile/src/assets/images/audiusLogoHorizontal.svg b/packages/mobile/src/assets/images/audiusLogoHorizontal.svg index a0f785ab8f..f6011a733f 100644 --- a/packages/mobile/src/assets/images/audiusLogoHorizontal.svg +++ b/packages/mobile/src/assets/images/audiusLogoHorizontal.svg @@ -1,11 +1,3 @@ - - - headerLogo - - - - - - \ No newline at end of file + + + diff --git a/packages/mobile/src/assets/images/audiusLogoHorizontalDeprecated.svg b/packages/mobile/src/assets/images/audiusLogoHorizontalDeprecated.svg new file mode 100644 index 0000000000..a0f785ab8f --- /dev/null +++ b/packages/mobile/src/assets/images/audiusLogoHorizontalDeprecated.svg @@ -0,0 +1,11 @@ + + + headerLogo + + + + + + \ No newline at end of file diff --git a/packages/mobile/src/components/now-playing-drawer/Logo.tsx b/packages/mobile/src/components/now-playing-drawer/Logo.tsx index d49f43590b..2a4993aa58 100644 --- a/packages/mobile/src/components/now-playing-drawer/Logo.tsx +++ b/packages/mobile/src/components/now-playing-drawer/Logo.tsx @@ -1,6 +1,6 @@ import { StyleSheet, Animated } from 'react-native' -import AudiusLogoHorizontal from 'app/assets/images/audiusLogoHorizontal.svg' +import AudiusLogoHorizontal from 'app/assets/images/audiusLogoHorizontalDeprecated.svg' import { useThemeColors } from 'app/utils/theme' import { NOW_PLAYING_HEIGHT } from './constants' diff --git a/packages/mobile/src/components/share-drawer/ShareToStorySticker.tsx b/packages/mobile/src/components/share-drawer/ShareToStorySticker.tsx index e6d20b75f6..bdd8937848 100644 --- a/packages/mobile/src/components/share-drawer/ShareToStorySticker.tsx +++ b/packages/mobile/src/components/share-drawer/ShareToStorySticker.tsx @@ -100,7 +100,7 @@ export const ShareToStorySticker = ({ > {messages.nowPlayingOn} - + diff --git a/packages/mobile/src/screens/app-screen/useAppScreenOptions.tsx b/packages/mobile/src/screens/app-screen/useAppScreenOptions.tsx index 9243591248..9c51019425 100644 --- a/packages/mobile/src/screens/app-screen/useAppScreenOptions.tsx +++ b/packages/mobile/src/screens/app-screen/useAppScreenOptions.tsx @@ -11,7 +11,7 @@ import { CardStyleInterpolators } from '@react-navigation/stack' import { Text, View } from 'react-native' import { useDispatch } from 'react-redux' -import AudiusLogo from 'app/assets/images/audiusLogoHorizontal.svg' +import AudiusLogo from 'app/assets/images/audiusLogoHorizontalDeprecated.svg' import IconCaretRight from 'app/assets/images/iconCaretRight.svg' import IconSearch from 'app/assets/images/iconSearch.svg' import { IconButton } from 'app/components/core' diff --git a/packages/mobile/src/screens/signon/SignupHeader.tsx b/packages/mobile/src/screens/signon/SignupHeader.tsx index 24bb1cc13f..0407dbd4f5 100644 --- a/packages/mobile/src/screens/signon/SignupHeader.tsx +++ b/packages/mobile/src/screens/signon/SignupHeader.tsx @@ -1,6 +1,6 @@ import { StyleSheet, View } from 'react-native' -import HeaderLogo from 'app/assets/images/audiusLogoHorizontal.svg' +import HeaderLogo from 'app/assets/images/audiusLogoHorizontalDeprecated.svg' const styles = StyleSheet.create({ header: {