Skip to content

Commit

Permalink
website: footer broken links (react-native-elements#3622)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierJM authored Sep 16, 2022
1 parent 32d812a commit e365805
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions website/src/theme/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,8 @@ export default function () {
</a>
</li>
<li className="footer__item">
<a className="footer__link-item" href="/docs/overview">
Components
</a>
</li>
<li className="footer__item">
<a className="footer__link-item" href="/docs/universe">
Universal Components
<a className="footer__link-item" href="/docs/customizing">
Customizing
</a>
</li>
</ul>
Expand Down

0 comments on commit e365805

Please sign in to comment.