lib/chiya_web/components/public_components.ex aktualisiert

This commit is contained in:
inhji 2023-08-23 15:05:03 +02:00
parent b684518599
commit 8b1b9378dc

View file

@ -349,8 +349,8 @@ defmodule ChiyaWeb.PublicComponents do
~H"""
<figure class="images-2 | flex gap-1">
<.featured_image image={assigns.first} size={:thumb} class="rounded-l flex-1 w-full" />
<.featured_image image={assigns.second} size={:thumb} class="rounded-r flex-1 w-full" />
<.featured_image image={assigns.first} size={:full} class="rounded-l flex-1 w-full" />
<.featured_image image={assigns.second} size={:full} class="rounded-r flex-1 w-full" />
</figure>
"""