Skip to content

Commit dd13277

Browse files
committed
fix styling of opencollective image in release notes
1 parent b5cb20d commit dd13277

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

content/zls/releases/0.10.0.smd

+5-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,11 @@
221221
We'd like to take a second to thank all our awesome [contributors](https://github.com/zigtools/zls/graphs/contributors) and donators/backers/sponsors; if you have time or money to spare, consider partaking in either of these options - they help keep ZLS awesome for everyone!
222222

223223
```=html
224-
<a href="https://opencollective.com/zigtools#category-CONTRIBUTE"><img src="https://opencollective.com/zigtools/backers.svg?width=890&limit=1000" alt="OpenCollective Backers"></a>
224+
<figure>
225+
<a href="https://opencollective.com/zigtools#category-CONTRIBUTE">
226+
<img src="https://opencollective.com/zigtools/backers.svg?width=890&limit=1000" alt="OpenCollective Backers">
227+
</a>
228+
</figure>
225229
```
226230

227231
**Full Changelog**: [0.9.0...0.10.0](https://github.com/zigtools/zls/compare/0.9.0...0.10.0)

content/zls/releases/0.11.0.smd

+5-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@
6161
We'd like to take a second to thank all our awesome [contributors](https://github.com/zigtools/zls/graphs/contributors) and donators/backers/sponsors; if you have time or money to spare, consider partaking in either of these options - they help keep ZLS awesome for everyone!
6262

6363
```=html
64-
<a href="https://opencollective.com/zigtools#category-CONTRIBUTE"><img src="https://opencollective.com/zigtools/backers.svg?width=890&limit=1000" alt="OpenCollective Backers"></a>
64+
<figure>
65+
<a href="https://opencollective.com/zigtools#category-CONTRIBUTE">
66+
<img src="https://opencollective.com/zigtools/backers.svg?width=890&limit=1000" alt="OpenCollective Backers">
67+
</a>
68+
</figure>
6569
```
6670

6771
**Full Changelog**: [0.10.0...0.11.0](https://github.com/zigtools/zls/compare/0.10.0...0.11.0)

content/zls/releases/0.12.0.smd

+5-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,11 @@ When encountering issues, do not hesitate to report your issues on the [Github i
269269
We'd like to take a second to thank all our awesome [contributors](https://github.com/zigtools/zls/graphs/contributors) and donators/backers/sponsors; if you have time or money to spare, consider partaking in either of these options - they help keep ZLS awesome for everyone!
270270

271271
```=html
272-
<a href="https://opencollective.com/zigtools#category-CONTRIBUTE"><img src="https://opencollective.com/zigtools/backers.svg?width=890&limit=1000" alt="OpenCollective Backers"></a>
272+
<figure>
273+
<a href="https://opencollective.com/zigtools#category-CONTRIBUTE">
274+
<img src="https://opencollective.com/zigtools/backers.svg?width=890&limit=1000" alt="OpenCollective Backers">
275+
</a>
276+
</figure>
273277
```
274278

275279
**Full Changelog**: [0.11.0...0.12.0](https://github.com/zigtools/zls/compare/0.11.0...0.12.0)

content/zls/releases/0.13.0.smd

+5-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ This release is meant to provide compatibility with Zig 0.13.0
2020
We'd like to take a second to thank all our awesome [contributors](https://github.com/zigtools/zls/graphs/contributors) and donators/backers/sponsors; if you have time or money to spare, consider partaking in either of these options - they help keep ZLS awesome for everyone!
2121

2222
```=html
23-
<a href="https://opencollective.com/zigtools#category-CONTRIBUTE"><img src="https://opencollective.com/zigtools/backers.svg?width=890&limit=1000" alt="OpenCollective Backers"></a>
23+
<figure>
24+
<a href="https://opencollective.com/zigtools#category-CONTRIBUTE">
25+
<img src="https://opencollective.com/zigtools/backers.svg?width=890&limit=1000" alt="OpenCollective Backers">
26+
</a>
27+
</figure>
2428
```
2529

2630
**Full Changelog**: [0.12.0...0.13.0](https://github.com/zigtools/zls/compare/0.12.0...0.13.0)

0 commit comments

Comments
 (0)