Skip to content

Commit 97abd0a

Browse files
authored
add Swan to homepage trusted section (#874)
## 📜 Description Just add some recommandation from a french company using your library ## 💡 Motivation and Context We recommend your library in a Podcast (sorry it's in french 😅 🍷 🥖) https://open.spotify.com/episode/6OFwNSER1iNx1K5Scoge4t?si=3e8b08f48da34b55
1 parent 6ac9086 commit 97abd0a

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
@@ -113,6 +113,12 @@ const trustedBy = [
113113
link: "https://play.google.com/store/apps/details?id=app.drakula",
114114
name: "Drakula",
115115
},
116+
{
117+
img: "https://avatars.githubusercontent.com/u/47886602?s=200&v=4",
118+
alt: "Swan: the easiest way to add a banking SDK to your app",
119+
link: "https://github.com/swan-io/swan-partner-mobile",
120+
name: "Swan",
121+
},
116122
];
117123

118124
function TrustedBy(): JSX.Element {

0 commit comments

Comments
 (0)