Skip to content

Commit 8c1e53b

Browse files
authored
docs: add Rainbow to "Trusted by" section (#895)
## 📜 Description Added Rainbow app to "Trusted by" section. ## 💡 Motivation and Context To keep list of apps up-to-date. ## 📢 Changelog <!-- High level overview of important changes --> <!-- For example: fixed status bar manipulation; added new types declarations; --> <!-- If your changes don't affect one of platform/language below - then remove this platform/language --> ### Docs - added "Rainbow" app to "Trusted by" section. ## 🤔 How Has This Been Tested? Tested via preview. ## 📸 Screenshots (if appropriate): <img width="1267" alt="image" src="https://github.com/user-attachments/assets/8342ca9e-1016-4358-853d-25f4b55faf38" /> ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
1 parent 492b08e commit 8c1e53b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/src/pages/index.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ const trustedBy = [
5353
link: "https://github.com/infinitered/ignite",
5454
name: "Ignite",
5555
},
56+
{
57+
img: "https://avatars.githubusercontent.com/u/48327834?s=200&v=4",
58+
alt: "Rainbow Mobile App",
59+
link: "https://github.com/rainbow-me/rainbow",
60+
name: "Rainbow",
61+
},
5662
{
5763
img: "https://avatars.githubusercontent.com/u/95456295?s=200&v=4",
5864
alt: "RSSNext Follow app",

0 commit comments

Comments
 (0)