diff --git a/app/home/templates/home/sections/sponsor-section.html b/app/home/templates/home/sections/sponsor-section.html index 597e285..f597910 100644 --- a/app/home/templates/home/sections/sponsor-section.html +++ b/app/home/templates/home/sections/sponsor-section.html @@ -207,29 +207,35 @@ style="color: #7c5e3b">Platinum Sponsor
{% for sponsor in sponsors %} -
+
{% if sponsor.is_pao_connected %} PAO Ribbon {% endif %} {% if sponsor.website_url %} + rel="noopener noreferrer" + class="w-full h-full flex items-center justify-center"> {{ sponsor.name }} {% else %} {{ sponsor.name }} {% endif %} + {% if sponsor.info %} + + {% endif %}
{% endfor %}