these got reverted somehow

This commit is contained in:
2024-07-13 01:50:30 +02:00
parent 7283edc0b4
commit c46110b87f
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ const { name, href, gallery } = Astro.props;
<a class="project-external" target={href ? "_blank" : ""} href={href}>
<h2>{name}</h2><slot />
<a>
<div class="gallery">
<div class={gallery ? "gallery" : ""}>
{
Array.isArray(gallery) ? (
gallery.map((src) => (