mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-10 14:07:59 -05:00
feat(INJI-134): [Bhargavi] remove idpass logo in welcome screen
Issue Link https://mosip.atlassian.net/browse/INJI-134
This commit is contained in:
@@ -15,13 +15,6 @@ export const baseRoutes: Screen[] = [
|
||||
{
|
||||
name: 'Welcome',
|
||||
component: WelcomeScreen,
|
||||
options: {
|
||||
headerLeft: () =>
|
||||
React.createElement(Image, {
|
||||
source: require('../assets/idpass-logo.png'),
|
||||
style: { width: 124, height: 27, resizeMode: 'contain' },
|
||||
}),
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'Auth',
|
||||
|
||||
@@ -15,7 +15,7 @@ export const WelcomeScreen: React.FC<RootRouteProps> = (props) => {
|
||||
fill
|
||||
padding="32 32 0"
|
||||
backgroundColor={Theme.Colors.whiteBackgroundColor}>
|
||||
<HorizontallyCentered fill padding="30 0 0 0">
|
||||
<HorizontallyCentered fill>
|
||||
<Logo height={182} />
|
||||
</HorizontallyCentered>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user