diff --git a/PancakesWeb/Components/Pages/Home.razor b/PancakesWeb/Components/Pages/Home.razor index d3a15a4..afe13e0 100644 --- a/PancakesWeb/Components/Pages/Home.razor +++ b/PancakesWeb/Components/Pages/Home.razor @@ -97,9 +97,12 @@
Add my button + @* @formatter:off *@
<a href="@Buttons.Pancakes.Href" target="_blank">
-                <img src="@Buttons.Pancakes.Href@Assets[$"imgs/buttons/{Buttons.Pancakes.Image}"]" alt"@Buttons.Pancakes.Title">
-                </a>
+ <img src="@Buttons.Pancakes.Href@Assets[$"imgs/buttons/{Buttons.Pancakes.Image}"]" alt"@Buttons.Pancakes.Title"> +</a> + @* @formatter:on *@ +

The image URL may change in the future. Instead of hotlinking it you should download the image manually.