Skip to content

Commit e87c4be

Browse files
committed
fix: welcome pubky logo
- Restore the pubky app logo in the Welcome.tsx component
1 parent 745cc8f commit e87c4be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/PubkySetup/Welcome.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import {
2020
import { SheetManager } from 'react-native-actions-sheet';
2121
import ModalIndicator from '../ModalIndicator.tsx';
2222
// @ts-ignore
23-
import PubkyRingLogo from "../../images/pubky-ring.png";
23+
import PubkyRingLogo from "../../images/pubky-app-logo.png";
2424
import { PUBKY_APP_URL, WELCOME_GRADIENT } from '../../utils/constants.ts';
2525
import { isSmallScreen } from '../../utils/helpers.ts';
2626
import { useTranslation } from 'react-i18next';
@@ -181,7 +181,7 @@ const styles = StyleSheet.create({
181181
paddingHorizontal: 24,
182182
alignItems: 'center',
183183
flexDirection: 'row',
184-
borderWidth: 0,
184+
borderWidth: 1,
185185
backgroundColor: 'rgba(255, 255, 255, 0.08)',
186186
justifyContent: 'space-evenly',
187187
},

0 commit comments

Comments
 (0)