Skip to content

Commit

Permalink
feat: completed create announcement page
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoCoelho2003 committed Sep 11, 2024
1 parent 88d0b12 commit 1c8defc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</div>

<div class="space-y-4">
<.live_component module={ImageUploader} id="uploader" uploads={@uploads} target={@myself} />
<.live_component module={ImageUploader} id="uploader" uploads={@uploads} target={@myself} class="object-cover" />

<div class="flex justify-end">
<.button size={:md} color={:white} icon={:cube} type="submit"><%= gettext("Save Changes") %></.button>
Expand Down

0 comments on commit 1c8defc

Please sign in to comment.