File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff 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' ] )
2121const opencollectiveGraphqlQuery = gql `
2222 {
2323 account(slug: "yourls") {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments