Skip to content

Commit

Permalink
renames "sponsors" className to get around AdBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Jul 1, 2022
1 parent f533f4b commit 718d98f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/pages/Coronavirus.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
text-decoration: underline;
}
}
& .sponsors {
& .company-logos {
justify-content: center;
margin: -15px auto;
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion app/pages/Coronavirus.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@ class Coronavirus extends Component {
</div>
}
</div>
<div className="content-container sponsors">
<div className="content-container company-logos">
<a
target="_blank"
rel="noopener noreferrer"
Expand Down

0 comments on commit 718d98f

Please sign in to comment.