shahar1 commented on code in PR #1355:
URL: https://github.com/apache/airflow-site/pull/1355#discussion_r2649272027


##########
landing-pages/site/layouts/partials/quote.html:
##########
@@ -21,7 +21,15 @@
 <div class="quote">
     <p class="quote--text">{{ .quote.text }}</p>
     <p class="quote--author">{{ .quote.author }}</p>
-    {{ with .logo }}
-        <img src="/usecase-logos/{{ . }}" alt="{{ $title }} logo" 
class="quote--logo" />
-    {{ end }}
+    <div class="quote--logo-container logo-{{ $title | urlize }}">
+        {{ with .logo }}
+            <img src="/usecase-logos/{{ . }}" alt="{{ $title }} logo" 
class="quote--logo logo-default" />
+        {{ end }}
+        {{ if eq $title "RancherBySUSE" }}
+            <img class="quote--logo logo-dark-mode" 
src="/usecase-logos/rancher-suse-white.svg" alt="{{ $title }} logo" />
+        {{ end }}
+        {{ if eq $title "Sift" }}
+            <img class="quote--logo logo-dark-mode" 
src="/usecase-logos/sift-logo-white.svg" alt="{{ $title }} logo" />
+        {{ end }}

Review Comment:
   Same



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to