removed stray hide_name reference

This commit is contained in:
2025-01-30 23:06:47 +00:00
parent 6174a406ec
commit 16bc996103

View File

@@ -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"
/>} />}