Explorar el Código

changed comments textbox

Eric Li hace 2 años
padre
commit
55c999aa9f

+ 1 - 1
src/components/Map/Panels/LandmarkDetailsPanel/CommentsContainer.tsx

@@ -106,7 +106,7 @@ export const CommentsContainer: React.FC<CommentsContainerProps> = (props) => {
                 style={{backgroundColor: 'white'}}
                 getItemLayout={(data, index) => ({length: props.comments.length, offset: props.comments.length * index, index})}/>
         </> : 
-        <Text style={{marginVertical: 20, color: 'white'}}>Be the first to comment on this landmark</Text> }
+        <Text style={{marginVertical: 20, color: 'white'}}>Be the first to comment on this landmark!</Text> }
         <View style={{height: 1, borderBottomWidth: 1, borderColor: 'lightgray'}}></View>
         <View style={{flexDirection: 'row', backgroundColor: 'white', paddingRight: 15}}>
             <TextInput