Skip to content

Commit 94320e9

Browse files
authored
chore: logo URL in the keyboard example (#405)
1 parent 503405d commit 94320e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const IMAGE_URIS = [
1111
];
1212
export const thumbsUp = '\uD83D\uDC4D';
1313
export const logoUrl =
14-
'https://raw.githubusercontent.com/react-native-community/react-native-viewpager/master/docs/viewpager-logo.png';
14+
'https://raw.githubusercontent.com/callstack/react-native-pager-view/master/img/viewpager-logo.png';
1515

1616
export type CreatePage = {
1717
key: number;

0 commit comments

Comments
 (0)