mirror of
https://github.com/Lissy93/web-check.git
synced 2024-11-22 00:03:54 +01:00
fix: Update clas for sponsor block
This commit is contained in:
parent
2186fff4dc
commit
203a634f7c
@ -9,7 +9,7 @@ const ctaLinkText = 'Terminal Trove Newsletter';
|
||||
const ctaImageSrc = 'https://i.ibb.co/5jJ4bzZ/terminal-trove-cta.png';
|
||||
---
|
||||
|
||||
<div class="sponsor-block">
|
||||
<div class="sponsored-but-dont-block">
|
||||
<div>
|
||||
<h5>Sponsored by <a href={sponsorLink}>{sponsorName}</a></h5>
|
||||
<p>
|
||||
@ -24,7 +24,7 @@ const ctaImageSrc = 'https://i.ibb.co/5jJ4bzZ/terminal-trove-cta.png';
|
||||
|
||||
<style lang="scss">
|
||||
@import '@styles/global.scss';
|
||||
.sponsor-block {
|
||||
.sponsored-but-dont-block {
|
||||
background: var(--text-color);
|
||||
color: var(--background);
|
||||
padding: 2rem;
|
||||
|
Loading…
Reference in New Issue
Block a user