Skip to content

Commit

Permalink
fixed the alt text for lekohungry emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
markokroselj committed Oct 24, 2023
1 parent 8bd3557 commit 4580e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DailyMenu.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const { todaysMenu, date } = Astro.props;
---
{
(date == getFormattedDate()) ? <h1 class="text-2xl flex items-end gap-1">Današnji meni
<Image src={lekohungy} alt=":sadge:" width={35} height={35} />
<Image src={lekohungy} alt=":lekohungry:" width={35} height={35} />
</h1>
: <h1 class="text-2xl flex items-end gap-1">{getDay(date)}
<Image src={lekohungy} alt=":lekohungry:" width={35} height={35} />
Expand Down

0 comments on commit 4580e0d

Please sign in to comment.