Skip to content

Commit 653f575

Browse files
committed
docs: update sponsor messages
1 parent a8f6182 commit 653f575

File tree

3 files changed

+8
-32
lines changed

3 files changed

+8
-32
lines changed

README.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@
44

55
# bUnit - a testing library for Blazor components
66

7-
<a href="https://www.telerik.com/blazor-ui?utm_source=egilhansen&utm_medium=cpm&utm_campaign=blazor-trial-readme-sponsored-message#gh-light-mode-only">
8-
<img align="right" width="300" src="https://raw.githubusercontent.com/bUnit-dev/bUnit/main/docs/site/sponsors/progress-ad-2022-light-mode.svg#gh-light-mode-only" />
9-
</a>
10-
<a href="https://www.telerik.com/blazor-ui?utm_source=egilhansen&utm_medium=cpm&utm_campaign=blazor-trial-readme-sponsored-message#gh-dark-mode-only">
11-
<img align="right" width="300" src="https://raw.githubusercontent.com/bUnit-dev/bUnit/main/docs/site/sponsors/progress-ad-2022-dark-mode.svg#gh-dark-mode-only" />
12-
</a>
13-
147
**bUnit** is a testing library for Blazor Components. Its goal is to make it easy to write _comprehensive, stable_ unit tests. With bUnit, you can:
158

169
- Setup and define components under tests using C# or Razor syntax
@@ -40,22 +33,22 @@ To get started, head to the [getting started documentation](https://bunit.dev/do
4033

4134
## Sponsors
4235

43-
A huge thank you to the [sponsors of my work with bUnit](https://github.com/sponsors/egil). The higher tier sponsors are:
36+
A huge thank you to the [sponsors of bUnit](https://github.com/sponsors/egil). The higher tier sponsors are:
4437

4538
<table border="0">
4639
<tr>
4740
<td align="center" width="120">
48-
<a href="https://github.com/Progress-Telerik">
49-
<img src="https://avatars.githubusercontent.com/u/57092419?s=460" alt="@Progress-Telerik" class="avatar" width="72" height="72" />
41+
<a href="https://github.com/syncfusion">
42+
<img class="avatar" src="https://avatars.githubusercontent.com/u/1699795?s=460" width="72" height="72" alt="@syncfusion" />
5043
<br />
51-
Progress Telerik
44+
Syncfusion
5245
</a>
5346
</td>
5447
<td align="center" width="120">
55-
<a href="https://github.com/syncfusion">
56-
<img class="avatar" src="https://avatars.githubusercontent.com/u/1699795?s=460" width="72" height="72" alt="@syncfusion" />
48+
<a href="https://github.com/JetBrainsOfficial">
49+
<img class="avatar" src="https://avatars.githubusercontent.com/u/60931315?v=4" width="72" height="72" alt="@JetBrainsOfficial" />
5750
<br />
58-
Syncfusion
51+
JetBrains
5952
</a>
6053
</td>
6154
</tr>

docs/site/index.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,9 @@ bUnit is available on NuGet in various incarnations. Most users should just pick
5050

5151
## Sponsors
5252

53-
A huge thank you to the [sponsors of my work with bUnit](https://github.com/sponsors/egil). The higher tier sponsors are:
53+
A huge thank you to the [sponsors of bUnit](https://github.com/sponsors/egil). The higher tier sponsors are:
5454

5555
<div class="d-flex flex-row mb-3">
56-
<a href="https://github.com/Progress-Telerik" class="d-block p-3 text-center">
57-
<img src="https://avatars.githubusercontent.com/u/57092419?s=460" alt="@Progress-Telerik" class="avatar avatar rounded-circle" width="72" height="72" />
58-
<br />
59-
Progress Telerik
60-
</a>
6156
<a href="https://github.com/syncfusion" class="d-block p-3 text-center">
6257
<img class="avatar avatar rounded-circle" src="https://avatars.githubusercontent.com/u/1699795?s=460" width="72" height="72" alt="@syncfusion" />
6358
<br />

docs/site/templates/bunit/layout/_master.tmpl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -138,18 +138,6 @@
138138

139139
<div class="affix">
140140
<nav id="affix"></nav>
141-
<div class="border-top text-center pt-4">
142-
<a class="d-block" href="https://www.telerik.com/blazor-ui?utm_source=egilhansen&utm_medium=cpm&utm_campaign=blazor-trial-readme-sponsored-message">
143-
<img width="240" src="/sponsors/progress-blazor-2022-dec-300x300.png" alt="Progress Telerik" />
144-
</a>
145-
<p class="pt-1"><small>Premium sponsor: <a href="https://www.telerik.com/blazor-ui?utm_source=egilhansen&utm_medium=cpm&utm_campaign=blazor-trial-readme-sponsored-message" title="Progress Telerik">Progress Telerik</a>.</small></p>
146-
</div>
147-
<div class="border-top text-center pt-4">
148-
<a class="d-block" href="https://www.packtpub.com/" title="Packt">
149-
<img width="150" src="/sponsors/packt-retina-logo.png" alt="Packt" />
150-
</a>
151-
<p class="pt-1"><small>Editorial support provided by <a href="https://www.packtpub.com/" title="Packt">Packt</a>.</small></p>
152-
</div>
153141
<div class="border-top text-center pt-4">
154142
<a class="d-block" href="https://dotnetfoundation.org" title=".NET Foundation">
155143
<img width="150" src="/sponsors/dotnetfoundation_v4_purple.svg" alt=".NET Foundation" />

0 commit comments

Comments
 (0)