removed stray hide_name reference
This commit is contained in:
@@ -16,7 +16,7 @@ const projReady = await Promise.all(
|
|||||||
<article class="emph-bg m-3 p-2 text-sm rounded-2xl">
|
<article class="emph-bg m-3 p-2 text-sm rounded-2xl">
|
||||||
{proj.data.image && <img
|
{proj.data.image && <img
|
||||||
src={proj.data.image}
|
src={proj.data.image}
|
||||||
alt={proj.data.hide_name ? proj.data.name : ""}
|
alt=""
|
||||||
width="100" height="60"
|
width="100" height="60"
|
||||||
class="object-center aspect-[16/9] w-full"
|
class="object-center aspect-[16/9] w-full"
|
||||||
/>}
|
/>}
|
||||||
|
|||||||
Reference in New Issue
Block a user