* show blurb for tag sponsors * check that sponsorhip is live and account for expiration time * automatically add expiration date to tags * update tag offering * rewrite tag auto expiration * night mode compatibility for sponsor logos * fix spec * update specs * Small css adjustment
2 lines
390 B
Text
2 lines
390 B
Text
<img src="<%= cloudinary(sponsorship.organization.nav_image_url, 250) %>" alt="<%= sponsorship.organization.name %> logo" loading="lazy" class="partner-image-light-mode">
|
|
<img src="<%= cloudinary((sponsorship.organization.dark_nav_image_url || sponsorship.organization.nav_image_url), 250) %>" alt="<%= sponsorship.organization.name %> logo" loading="lazy" class="partner-image-dark-mode">
|