Skip to content

Commit dfb7381

Browse files
committed
Add repo link to about page
1 parent 0eaaa38 commit dfb7381

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/About.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {
44
Text,
55
View,
66
} from 'react-native';
7+
import {Hyperlink} from './Controls';
78
import {Popup} from 'react-native-windows';
89
import {StylesContext} from './Styles';
910

@@ -26,6 +27,7 @@ function AboutPopup({show, close}: AboutPopupProps): JSX.Element {
2627
</View>
2728
<Text style={{fontWeight: 'bold'}}>About</Text>
2829
</View>
30+
<Hyperlink url='https://github.com/chrisglein/artificial-chat/'/>
2931
<View style={{marginTop: 12, alignSelf: 'flex-end'}}>
3032
<Button
3133
title="OK"

0 commit comments

Comments
 (0)