Skip to content

Commit 3b2fa18

Browse files
authored
Remove JetBrains logo from documentation (#2564)
1 parent 2f0ca81 commit 3b2fa18

2 files changed

Lines changed: 8 additions & 20 deletions

File tree

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -252,17 +252,11 @@ class Apis(BaseModel):
252252
<table>
253253
<tr>
254254
<td valign="top" align="center">
255-
<a href="https://github.com/JetBrainsOfficial">
256-
<img src="https://avatars.githubusercontent.com/u/60931315?s=100&v=4" alt="JetBrains Logo" style="width: 100px;">
257-
<p>JetBrains</p>
258-
</a>
255+
<a href="https://github.com/astral-sh">
256+
<img src="https://avatars.githubusercontent.com/u/115962839?s=200&v=4" alt="Astral Logo" style="width: 100px;">
257+
<p>Astral</p>
258+
</a>
259259
</td>
260-
<td valign="top" align="center">
261-
<a href="https://github.com/astral-sh">
262-
<img src="https://avatars.githubusercontent.com/u/115962839?s=200&v=4" alt="Astral Logo" style="width: 100px;">
263-
<p>Astral</p>
264-
</a>
265-
</td>
266260
</tr>
267261
</table>
268262

docs/index.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -248,17 +248,11 @@ class Apis(BaseModel):
248248
<table>
249249
<tr>
250250
<td valign="top" align="center">
251-
<a href="https://github.com/JetBrainsOfficial">
252-
<img src="https://avatars.githubusercontent.com/u/60931315?s=100&v=4" alt="JetBrains Logo" style="width: 100px;">
253-
<p>JetBrains</p>
254-
</a>
251+
<a href="https://github.com/astral-sh">
252+
<img src="https://avatars.githubusercontent.com/u/115962839?s=200&v=4" alt="Astral Logo" style="width: 100px;">
253+
<p>Astral</p>
254+
</a>
255255
</td>
256-
<td valign="top" align="center">
257-
<a href="https://github.com/astral-sh">
258-
<img src="https://avatars.githubusercontent.com/u/115962839?s=200&v=4" alt="Astral Logo" style="width: 100px;">
259-
<p>Astral</p>
260-
</a>
261-
</td>
262256
</tr>
263257
</table>
264258
## Projects that use datamodel-code-generator

0 commit comments

Comments
 (0)