good enough

This commit is contained in:
Michael Freno
2025-12-22 16:44:43 -05:00
parent ad2cde6afc
commit 11fad35288
9 changed files with 332 additions and 208 deletions

View File

@@ -39,7 +39,7 @@ export default function Card(props: CardProps) {
</div>
</Show>
<img
src={props.post.banner_photo ? props.post.banner_photo : "/bitcoin.jpg"}
src={props.post.banner_photo ?? ""}
alt={props.post.title.replaceAll("_", " ") + " banner"}
class="h-full w-full object-cover"
/>