Skip to content

Commit 589da99

Browse files
authored
docs: added Follow app to trusted by section (#746)
## 📜 Description Added "Follow" app to trusted by section. ## 💡 Motivation and Context More apps more trust 😊 ## 📢 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 new app to trusted by section; ## 🤔 How Has This Been Tested? Tested locally and via preview. ## 📸 Screenshots (if appropriate): <img width="1373" alt="image" src="https://github.com/user-attachments/assets/be628769-f504-4b8f-881a-ae14b4bd62e8" /> ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
1 parent f096a2f commit 589da99

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/95456295?s=200&v=4",
58+
alt: "RSSNext Follow app",
59+
link: "https://github.com/RSSNext/Follow",
60+
name: "Follow",
61+
},
5662
{
5763
img: "https://avatars.githubusercontent.com/u/88587596?s=200&v=4",
5864
alt: "TonKeeper Wallet app",

0 commit comments

Comments
 (0)