diff --git a/apps/mobile/src/components/SplashScreen/index.js b/apps/mobile/src/components/SplashScreen/index.js
index 8527d1ed6..92a11943b 100644
--- a/apps/mobile/src/components/SplashScreen/index.js
+++ b/apps/mobile/src/components/SplashScreen/index.js
@@ -23,7 +23,7 @@ import Paragraph from '../Typography/Paragraph';
import Icon from 'react-native-vector-icons/MaterialCommunityIcons';
import {DDS} from '../../services/DeviceDetection';
-import { openLinkInBrowser } from '../../utils/functions';
+import {openLinkInBrowser} from '../../utils/functions';
const features = [
{
@@ -217,8 +217,7 @@ const SplashScreen = () => {
try {
openLinkInBrowser(item.link, colors);
} catch (e) {
-
- console.log(e,"ERROR")
+ console.log(e, 'ERROR');
}
}}
/>
@@ -238,25 +237,12 @@ const SplashScreen = () => {
position: 'absolute',
bottom: 25,
}}>
- {isNext ? (
-
- ) : (
-