fix card image

This commit is contained in:
Whidix
2023-03-07 18:45:07 +01:00
committed by GitHub
parent d1e9c18f4f
commit 013983e049

View File

@@ -12,7 +12,7 @@
<a href={data.path}>
<div class="card">
{#if data.image}
<img src="/img/net7.png" class="image" alt={''} />
<img src="{data.image}" class="image" alt={''} />
{/if}
<h2>{data.title}</h2>
{#if data.description}