Skip to content

Commit

Permalink
docs(sponsors): add CasinoDeps to bronze sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed Dec 29, 2023
1 parent 88d9401 commit 6f10fd5
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ It doesn't have a large company that sits behind it - its ongoing development is

<!-- markdownlint-disable MD033 -->

| [<img src="./images/live-graphics-system.png" width="55" alt="live graphic systems" />](https://www.ligrsystems.com) | [<img src="./images/lifex.png" width="60" alt="lifeX aps" />](https://www.joinlifex.com) | [<img src="./images/instinctools.svg" width="100" alt="instinctools" />](https://instinctools.com/manufacturing) | [<img src="./images/vps-server.png" width="125" alt="vps server" />](https://www.vpsserver.com) | [<img src="./images/nongamstopbets.png" width="60" alt="NonGamstopBets" />](https://www.nongamstopbets.com/casinos-not-on-gamstop/) |
| :------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: |
| [**Live Graphic Systems**](https://www.ligrsystems.com) | [**LifeX Aps**](https://www.joinlifex.com/) | [**instinctools**](https://instinctools.com/manufacturing) | [**VPS Server**](https://www.vpsserver.com) | [**NonGamstopBets**](https://www.nongamstopbets.com/casinos-not-on-gamstop/) |
| [<img src="./images/live-graphics-system.png" width="55" alt="live graphic systems" />](https://www.ligrsystems.com) | [<img src="./images/lifex.png" width="60" alt="lifeX aps" />](https://www.joinlifex.com) | [<img src="./images/instinctools.svg" width="100" alt="instinctools" />](https://instinctools.com/manufacturing) | [<img src="./images/vps-server.png" width="125" alt="vps server" />](https://www.vpsserver.com) | [<img src="./images/nongamstopbets.png" width="50" alt="NonGamstopBets" />](https://www.nongamstopbets.com/casinos-not-on-gamstop/) | [<img src="./images/casinodeps.svg" width="80" alt="CasinoDeps.co.nz" />](https://casinodeps.co.nz/1-dollar-casinos/) |
| :------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------: |
| [**Live Graphic Systems**](https://www.ligrsystems.com) | [**LifeX Aps**](https://www.joinlifex.com/) | [**instinctools**](https://instinctools.com/manufacturing) | [**VPS Server**](https://www.vpsserver.com) | [**NonGamstopBets**](https://www.nongamstopbets.com/casinos-not-on-gamstop/) | [**CasinoDeps**](https://casinodeps.co.nz/1-dollar-casinos/) |

<!-- markdownlint-enable MD033 -->

Expand Down
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"asynciterable",
"authed",
"awad",
"casinodeps",
"cdpath",
"codecov",
"codegen",
Expand Down
1 change: 1 addition & 0 deletions images/casinodeps.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,6 @@
"categories": {
"Introduction": "Introduction",
"Beginner guides": "Beginner guides",
"Migration guide": "Migration guide",
"Advanced guides": "Advanced guides",
"Features": "Features",
"Integrations": "Integrations",
Expand Down
6 changes: 5 additions & 1 deletion website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,13 @@ const CollectiveSection = props => (
<span>VPS Server</span>
</a>
<a href="https://www.nongamstopbets.com/casinos-not-on-gamstop/" target="_blank">
<img src={imgUrl("nongamstopbets.png")} style={{ width: 60 }} />
<img src={imgUrl("nongamstopbets.png")} style={{ width: 50 }} />
<span>NonGamstopBets</span>
</a>
<a href="https://casinodeps.co.nz/1-dollar-casinos/" target="_blank">
<img src={imgUrl("casinodeps.svg")} style={{ width: 80 }} />
<span>CasinoDeps</span>
</a>
</div>
<h3 className="title">Members 💪</h3>
<a href="https://opencollective.com/typegraphql#contributors">
Expand Down
Loading

0 comments on commit 6f10fd5

Please sign in to comment.