File tree Expand file tree Collapse file tree 4 files changed +22
-2
lines changed
Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -210,3 +210,10 @@ table {
210210 }
211211 }
212212}
213+
214+ .sponsor-logo {
215+ max-height : 64px ;
216+ max-width : 255px ;
217+ padding : 15px ;
218+ vertical-align : middle;
219+ }
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ function Home() {
110110 < section className = { clsx ( styles . openCollective , 'padding-vert--lg padding-horiz--md' ) } >
111111 < h2 > Meet Our Sponsors</ h2 >
112112
113- < p > Pester is sponsored by all the great folks on OpenCollective, GitHub and the DevOps Collective .</ p >
113+ < p > Pester is sponsored by all the great folks on OpenCollective and GitHub Sponsors .</ p >
114114
115115 < p > Become a financial contributor and help us sustain our community.</ p >
116116
@@ -126,7 +126,20 @@ function Home() {
126126 < h3 > Organizations</ h3 >
127127
128128 < a href = "https://opencollective.com/pester#sponsors" target = "_blank" >
129- < img src = "https://opencollective.com/pester/sponsors.svg" />
129+ < img src = "https://opencollective.com/pester/sponsors.svg" class = "sponsor-logo" />
130+ </ a >
131+
132+ < a href = "https://chocolatey.org/" >
133+ < img src = "https://chocolatey.org/assets/images/global-shared/logo-square.svg" class = "sponsor-logo" />
134+ </ a >
135+ < a href = "https://www.lambdatest.com/" target = "_blank" >
136+ < img src = "https://www.lambdatest.com/blue-logo.png" class = "sponsor-logo" />
137+ </ a >
138+ < a href = "https://www.dotcom-monitor.com/" target = "_blank" >
139+ < img src = "img/sponsors/dotcom-monitor-logo.png" class = "sponsor-logo" />
140+ </ a >
141+ < a href = "https://www.loadview-testing.com/" target = "_blank" >
142+ < img src = "img/sponsors/loadview-logo.png" class = "sponsor-logo" />
130143 </ a >
131144 </ div >
132145 </ section >
You can’t perform that action at this time.
0 commit comments