diff --git a/apps/astro/src/components/Projects/Project/Gallery.astro b/apps/astro/src/components/Projects/Project/Gallery.astro index 4aeb00b..1c6bb14 100644 --- a/apps/astro/src/components/Projects/Project/Gallery.astro +++ b/apps/astro/src/components/Projects/Project/Gallery.astro @@ -17,22 +17,24 @@ export type Props = { const { heading, images } = Astro.props --- - +{ + heading && images?.length > 0 && ( + + + ) +} -