Skip to content

Commit

Permalink
docs: added Follow app to trusted by section (#746)
Browse files Browse the repository at this point in the history
## 📜 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
  • Loading branch information
kirillzyusko authored Dec 31, 2024
1 parent f096a2f commit 589da99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ const trustedBy = [
link: "https://github.com/infinitered/ignite",
name: "Ignite",
},
{
img: "https://avatars.githubusercontent.com/u/95456295?s=200&v=4",
alt: "RSSNext Follow app",
link: "https://github.com/RSSNext/Follow",
name: "Follow",
},
{
img: "https://avatars.githubusercontent.com/u/88587596?s=200&v=4",
alt: "TonKeeper Wallet app",
Expand Down

0 comments on commit 589da99

Please sign in to comment.