mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
Adds LambdaTest 🩷
This commit is contained in:
parent
af025a246d
commit
3925a15580
1 changed files with 13 additions and 0 deletions
|
|
@ -44,6 +44,18 @@ export default function HomepageHeader() {
|
||||||
<span className={styles.keepReading} onClick={() => setShowMore(!showMore)}>
|
<span className={styles.keepReading} onClick={() => setShowMore(!showMore)}>
|
||||||
{!showMore ? 'Keep Reading...' : 'Show Less'}
|
{!showMore ? 'Keep Reading...' : 'Show Less'}
|
||||||
</span>
|
</span>
|
||||||
|
<div className={styles.sponsor}>
|
||||||
|
<span>
|
||||||
|
Browser testing via{' '}
|
||||||
|
<a href="https://www.lambdatest.com/?utm_source=dashy&utm_medium=sponsor" target="_blank" rel="noopener noreferrer" style={{textDecoration: 'underline'}}>
|
||||||
|
LambdaTest
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
<a href="https://www.lambdatest.com/?utm_source=dashy&utm_medium=sponsor" target="_blank" rel="noopener noreferrer" style={{margin: '0 auto'}}>
|
||||||
|
<img src="https://www.lambdatest.com/blue-logo.png" alt="LambdaTest Logo" style={{width: '30rem', height: 'auto'}} />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div className={styles.sponsor}>
|
<div className={styles.sponsor}>
|
||||||
<span>
|
<span>
|
||||||
Dashy is kindly sponsored by <a href="https://umbrel.com?ref=dashy" target="_blank">Umbrel</a> -
|
Dashy is kindly sponsored by <a href="https://umbrel.com?ref=dashy" target="_blank">Umbrel</a> -
|
||||||
|
|
@ -53,6 +65,7 @@ export default function HomepageHeader() {
|
||||||
<img src="/umbrel-banner.jpg" />
|
<img src="/umbrel-banner.jpg" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<CarbonAd />
|
<CarbonAd />
|
||||||
{(!showMore) &&
|
{(!showMore) &&
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue