mirror of
https://github.com/LBRYFoundation/lbry-android.git
synced 2025-09-02 10:05:11 +00:00
remove ?
This commit is contained in:
parent
116ab4fcfb
commit
96cc982e01
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class AboutPage extends React.PureComponent {
|
||||||
</Text>
|
</Text>
|
||||||
<View style={aboutStyle.links}>
|
<View style={aboutStyle.links}>
|
||||||
<Link style={aboutStyle.link} href="https://lbry.io/faq/what-is-lbry" text="What is LBRY?" />
|
<Link style={aboutStyle.link} href="https://lbry.io/faq/what-is-lbry" text="What is LBRY?" />
|
||||||
<Link style={aboutStyle.link} href="https://lbry.io/faq/android-basics" text="Android App Basics?" />
|
<Link style={aboutStyle.link} href="https://lbry.io/faq/android-basics" text="Android App Basics" />
|
||||||
<Link style={aboutStyle.link} href="https://lbry.io/faq" text="Frequently Asked Questions" />
|
<Link style={aboutStyle.link} href="https://lbry.io/faq" text="Frequently Asked Questions" />
|
||||||
</View>
|
</View>
|
||||||
<Text style={aboutStyle.socialTitle}>Get Social</Text>
|
<Text style={aboutStyle.socialTitle}>Get Social</Text>
|
||||||
|
|
Loading…
Add table
Reference in a new issue