Skip to content

Commit 8fb1b0d

Browse files
author
Brian Vaughn
committed
Added versions and translations links to the footer (for mobile)
1 parent e759552 commit 8fb1b0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/LayoutFooter/Footer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
134134
rel="noopener">
135135
React Native
136136
</ExternalFooterLink>
137+
<FooterLink to="/versions">Versions</FooterLink>
138+
<FooterLink to="/translations">Translations</FooterLink>
137139
</FooterNav>
138140
</div>
139141
<section

0 commit comments

Comments
 (0)