diff --git a/src/components/FeatureCarousel/FeatureCarousel.web.js b/src/components/FeatureCarousel/FeatureCarousel.web.js index d006eda..71b8e6f 100644 --- a/src/components/FeatureCarousel/FeatureCarousel.web.js +++ b/src/components/FeatureCarousel/FeatureCarousel.web.js @@ -29,7 +29,7 @@ const STAGE_CARD_CONTENT = [ }, { key: "beatmaker", - title: "Theo", + title: "Malik", description: "Come back, when you'll have lyrics!", image: ai.rightIcon, }, diff --git a/src/screens/Writing/Goals.js b/src/screens/Writing/Goals.js index 4a63776..16164a9 100644 --- a/src/screens/Writing/Goals.js +++ b/src/screens/Writing/Goals.js @@ -1,5 +1,5 @@ import React, { useMemo, useState } from "react"; -import { Platform, StyleSheet, View } from "react-native"; +import { Platform, ScrollView, StyleSheet, View } from "react-native"; import ItemContainer from "../../components/ItemContainer/ItemContainer"; import ListSelection from "../../components/ListSelection/ListSelection"; import { GOALS, OTHER_OBJECTIVE_OPTION } from "../../data/data"; @@ -36,7 +36,7 @@ const Goals = ({ // Selection handled by ListSelection return ( - + - + ); }; diff --git a/src/screens/Writing/Lyrics.js b/src/screens/Writing/Lyrics.js index e6d0add..7c50abb 100644 --- a/src/screens/Writing/Lyrics.js +++ b/src/screens/Writing/Lyrics.js @@ -266,7 +266,7 @@ const Lyrics = ({ navigation }) => { return (