Skip to content

Commit 5f50368

Browse files
authored
Move the latest featured sponsor to the expected workflow
1 parent afcb6b5 commit 5f50368

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

scripts/fetchSponsors.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { gql, request } from 'graphql-request'
1717
// These sponsors will be featured on the homepage.
1818
// These backers are reviewed by the team to confirm
1919
// they are not donating just to juice their SEO.
20-
const FEATURED_SPONSORS = new Set(['route4me'])
20+
const FEATURED_SPONSORS = new Set(['route4me', 'BairesDev-LLC'])
2121
const opencollectiveGraphqlQuery = gql`
2222
{
2323
account(slug: "yourls") {

src/components/Sponsors/index.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,6 @@ export default function Sponsors() {
3535
<br />
3636
For their outstanding support to the project, we are very thankful to
3737
them.
38-
<br />
39-
<a
40-
href="https://www.bairesdev.com/sponsoring-open-source-projects/"
41-
target="_blank"
42-
rel="nofollow noopener"
43-
>
44-
<img
45-
width="350px"
46-
alt="bd-logo-orange"
47-
src="https://github.com/user-attachments/assets/caa67711-33df-4974-9bbe-cd2b7356712e"
48-
/>
49-
</a>
5038
</p>
5139
<div className={styles.sponsorsAvatars}>
5240
{backers

0 commit comments

Comments
 (0)