Skip to content

Commit

Permalink
chore: update sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh95 committed May 25, 2024
1 parent 880630f commit 0eb8a8f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,15 +218,18 @@ Your financial support helps the project alive and in a development mode. Make a

### Bronze Sponsors 🥉

<a href="https://www.deploysentinel.com/">
<img src="https://github.com/DeploySentinel.png" width="94" height="94" />
</a>
<a href="https://react-hook-form.com/">
<img src="https://github.com/react-hook-form.png" width="94" height="94" />
</a>
<a href="https://iboysoft.com/">
<img src="https://images.opencollective.com/iboysoft/b3d7ddd/logo/256.png" width="94" height="94" />
</a>

# Past Sponsors

<a href="https://webuild.community/">
<img src="https://user-images.githubusercontent.com/8603085/170883918-8b9f111d-f3c6-4647-9cc1-de56dd98ea60.png" width="94" height="94" />
</a>
<a href="https://www.deploysentinel.com/">
<img src="https://github.com/DeploySentinel.png" width="94" height="94" />
</a>
24 changes: 17 additions & 7 deletions website/src/components/Sponsors/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@ export default function Sponsors() {
</div>
</div>
<div className={styles.sponsorWrapper}>
<a
className={styles.bronzeSponsor}
href="https://www.deploysentinel.com/"
>
<a className={styles.bronzeSponsor} href="https://react-hook-form.com/">
<img
src="https://github.com/DeploySentinel.png"
src="https://github.com/react-hook-form.png"
width="94"
height="94"
/>
</a>
<a className={styles.bronzeSponsor} href="https://react-hook-form.com/">
<a
className={styles.bronzeSponsor}
href="https://iboysoft.com/"
>
<img
src="https://github.com/react-hook-form.png"
src="https://images.opencollective.com/iboysoft/b3d7ddd/logo/256.png"
width="94"
height="94"
/>
Expand All @@ -68,6 +68,16 @@ export default function Sponsors() {
height="94"
/>
</a>
<a
className={styles.bronzeSponsor}
href="https://www.deploysentinel.com/"
>
<img
src="https://github.com/DeploySentinel.png"
width="94"
height="94"
/>
</a>
</div>
<div className={styles.wantLogo}>
<Translate
Expand Down

0 comments on commit 0eb8a8f

Please sign in to comment.