Skip to content

Conversation

@OlivierJM
Copy link
Contributor

@OlivierJM OlivierJM commented Aug 25, 2022

Motivation

Current link in the footer goes to a 404, though it seems like 3 links in the first section of the footer will redirect to the same page, I think it is better than a 404.

Fixes #3621

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

  • Jest Unit Test
  • Checked with example app

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation using yarn docs-build-api
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Additional context

Current link in the footer goes to a 404, though it seems like 3 links in the first section of the footer will redirect to the same page, I think it is better than a 404.
@codecov
Copy link

codecov bot commented Sep 16, 2022

Codecov Report

Merging #3622 (5bcab33) into next (b3fc37e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             next    #3622   +/-   ##
=======================================
  Coverage   79.29%   79.29%           
=======================================
  Files          87       87           
  Lines        1811     1811           
  Branches      802      802           
=======================================
  Hits         1436     1436           
  Misses        369      369           
  Partials        6        6           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@arpitBhalla arpitBhalla changed the title Fix components link in the footer website: footer broken links Sep 16, 2022
@arpitBhalla arpitBhalla merged commit e365805 into react-native-elements:next Sep 16, 2022
github-actions bot pushed a commit to dakshbhardwaj/react-native-elements that referenced this pull request Sep 18, 2022
github-actions bot pushed a commit to dakshbhardwaj/react-native-elements that referenced this pull request Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Components link in the footer goes redirects to a 404 Page

2 participants