Skip to content

Commit b409485

Browse files
docs: update icons (#1870)
1 parent c498ecf commit b409485

File tree

14 files changed

+139
-41
lines changed

14 files changed

+139
-41
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ build
1515
!.yarn/releases
1616
!.yarn/sdks
1717
!.yarn/versions
18+
**/.yarn/install-state.gz
1819

1920
# Docusaurus
2021
.docusaurus
22+
23+

website/.yarn/install-state.gz

-423 KB
Binary file not shown.

website/docs/12.x/index.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
pageType: home
33

44
hero:
5-
name: 'React Native Testing Library'
65
image:
7-
src: /img/owl.png
8-
tagline: Helps you to write better tests with less effort.
6+
src:
7+
light: /img/logo-light.svg
8+
dark: /img/logo-dark.svg
9+
name: JavaScript Integration testing for React Native
10+
tagline: The more your tests resemble the way your software is used, the more confidence they can give you.<br/>— Kent C. Dodds
911
actions:
1012
- theme: brand
1113
text: Quick Start
@@ -16,11 +18,11 @@ hero:
1618
features:
1719
- title: Maintainable
1820
details: Write maintainable tests for your React Native apps.
19-
icon:
21+
icon: <img src="/react-native-testing-library/img/icon-code.svg" width="36" />
2022
- title: Reliable
2123
details: Promotes testing public APIs and avoiding implementation details.
22-
icon:
24+
icon: <img src="/react-native-testing-library/img/icon-check-double.svg" width="36" />
2325
- title: Community Driven
2426
details: Supported by React Native community and its core contributors.
25-
icon: ❤️
27+
icon: <img src="/react-native-testing-library/img/icon-users.svg" width="36" />
2628
---

website/docs/13.x/index.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
pageType: home
33

44
hero:
5-
name: 'React Native Testing Library'
65
image:
7-
src: /img/owl.png
8-
tagline: Helps you to write better tests with less effort.
6+
src:
7+
light: /img/logo-light.svg
8+
dark: /img/logo-dark.svg
9+
name: JavaScript Integration testing for React Native
10+
tagline: The more your tests resemble the way your software is used, the more confidence they can give you.<br/>— Kent C. Dodds
911
actions:
1012
- theme: brand
1113
text: Quick Start
@@ -16,11 +18,11 @@ hero:
1618
features:
1719
- title: Maintainable
1820
details: Write maintainable tests for your React Native apps.
19-
icon:
21+
icon: <img src="/react-native-testing-library/img/icon-code.svg" width="36" />
2022
- title: Reliable
2123
details: Promotes testing public APIs and avoiding implementation details.
22-
icon:
24+
icon: <img src="/react-native-testing-library/img/icon-check-double.svg" width="36" />
2325
- title: Community Driven
2426
details: Supported by React Native community and its core contributors.
25-
icon: ❤️
27+
icon: <img src="/react-native-testing-library/img/icon-users.svg" width="36" />
2628
---

website/docs/14.x/index.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
pageType: home
33

44
hero:
5-
name: 'React Native Testing Library'
65
image:
7-
src: /img/owl.png
8-
tagline: Helps you to write better tests with less effort.
6+
src:
7+
light: /img/logo-light.svg
8+
dark: /img/logo-dark.svg
9+
name: JavaScript Integration testing for React Native
10+
tagline: The more your tests resemble the way your software is used, the more confidence they can give you.<br/>— Kent C. Dodds
911
actions:
1012
- theme: brand
1113
text: Quick Start
@@ -16,11 +18,11 @@ hero:
1618
features:
1719
- title: Maintainable
1820
details: Write maintainable tests for your React Native apps.
19-
icon:
21+
icon: <img src="/react-native-testing-library/img/icon-code.svg" width="36" />
2022
- title: Reliable
2123
details: Promotes testing public APIs and avoiding implementation details.
22-
icon:
24+
icon: <img src="/react-native-testing-library/img/icon-check-double.svg" width="36" />
2325
- title: Community Driven
2426
details: Supported by React Native community and its core contributors.
25-
icon: ❤️
27+
icon: <img src="/react-native-testing-library/img/icon-users.svg" width="36" />
2628
---
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 16 additions & 0 deletions
Loading
Lines changed: 10 additions & 0 deletions
Loading
8.09 KB
Loading

0 commit comments

Comments
 (0)