Skip to content

Commit 8a57c68

Browse files
docs: fix link to GitHub from footer (#382)
1 parent 6028b9c commit 8a57c68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ const siteConfig = {
6464
{
6565
key: 5,
6666
label: 'GitHub',
67-
href: '/callstack/react-native-testing-library',
67+
href: repoUrl,
6868
},
6969
{
7070
key: 6,
7171
label: 'Star',
72-
href: '/callstack/react-native-testing-library',
72+
href: repoUrl,
7373
},
7474
],
7575
},

0 commit comments

Comments
 (0)