Skip to content

Commit

Permalink
mc
Browse files Browse the repository at this point in the history
  • Loading branch information
motocarota committed Jun 22, 2024
1 parent 200c04d commit 73d7fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/view/[menuId]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<main style="background-color: {data.bgColor};">
<h1>{data.title}</h1>
<h3>{data.subtitle}</h3>
<img src="/img/{data.id}.webp" alt="menu" />
<img src="/img/{data.id}.webp" alt="" />
<table>
{#if loading}
<p>Caricamento...</p>
Expand Down

0 comments on commit 73d7fe5

Please sign in to comment.