Skip to content

Commit

Permalink
replaced html quotes with unicode variants
Browse files Browse the repository at this point in the history
  • Loading branch information
cShingleton committed Sep 21, 2017
1 parent 85a3dd9 commit 4f6a804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/scenes/Speaker/SpeakerComponents.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ export const WarningModal = ({ modalState, onPress }) => (
export const SpeakerHeader = ({ speakerData, styles }) => (
<View style={cStyles.speakerHeader}>
<Text style={cStyles.quoteContainer}>
<Text style={cStyles.headerQuote}>"</Text>
<Text style={cStyles.headerQuote}></Text>
<Text style={cStyles.titleText}>{speakerData.title}</Text>
<Text style={cStyles.headerQuote}>"</Text>
<Text style={cStyles.headerQuote}></Text>
</Text>
</View>
)
Expand Down

0 comments on commit 4f6a804

Please sign in to comment.