Skip to content

Commit

Permalink
fix: errors from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipeR13 committed Sep 15, 2024
1 parent 2bdfd4e commit ea428f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/atomic_web/live/home_live/components/schedule.ex
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defmodule AtomicWeb.HomeLive.Components.Schedule do
<%= entry.title %>
</p>
<div class="w-[110px] flex h-6 items-center justify-center space-x-1 rounded-md bg-orange-100 text-orange-500 opacity-70">
<.icon "hero-clock-solid" class="size-4" />
<.icon name="hero-clock-solid" class="size-4" />
<p class="text-xs font-semibold">
<%= display_time(entry.start) %> - <%= display_time(entry.finish) %>
</p>
Expand Down Expand Up @@ -57,7 +57,7 @@ defmodule AtomicWeb.HomeLive.Components.Schedule do
<%= entry.title %>
</p>
<div class="w-[110px] flex h-6 items-center justify-center space-x-1 rounded-md bg-orange-100 text-orange-500 opacity-70">
<.icon name="hero-clock-solid" class="size-4" />
<.icon name="hero-calendar-solid" class="size-4" />
<p class="text-xs font-semibold">
<%= pretty_display_date(entry.start) %>
</p>
Expand Down

0 comments on commit ea428f6

Please sign in to comment.