mirror of
https://github.com/we-promise/sure.git
synced 2026-04-09 07:14:47 +00:00
8 lines
401 B
Plaintext
8 lines
401 B
Plaintext
<%# locals: (theme: "light") %>
|
|
|
|
<div class="shrink-0 w-8 h-8 antialiased" style="filter: drop-shadow(0px 6px 8px rgba(244, 78, 247, 0.10));">
|
|
<%# Never use svg as an image tag, it appears blurry in Safari %>
|
|
<%= inline_svg_tag "ai-dark.svg", alt: "AI", class: "w-full h-full hidden theme-dark:block" %>
|
|
<%= inline_svg_tag "ai.svg", alt: "AI", class: "w-full h-full theme-dark:hidden" %>
|
|
</div>
|