docs(showcase): update React and React Native links (#202)
react -> standalone website react native -> link to its site instead of react's site
This commit is contained in:
parent
8b57114f41
commit
607567508b
1 changed files with 2 additions and 2 deletions
|
|
@ -14,12 +14,12 @@
|
|||
logo: "./img/showcase/logo-vuejs.png"
|
||||
|
||||
- name: React
|
||||
url: "https://facebook.github.io/react/"
|
||||
url: "https://reactjs.org"
|
||||
gif: "./img/showcase/example-react.gif"
|
||||
logo: "./img/showcase/logo-react.png"
|
||||
|
||||
- name: React Native
|
||||
url: "https://facebook.github.io/react/"
|
||||
url: "https://facebook.github.io/react-native/"
|
||||
gif: "./img/showcase/example-reactnative.gif"
|
||||
logo: "./img/showcase/logo-react.png"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue