diff --git a/src/app/portfolio/two/page.tsx b/src/app/portfolio/two/page.tsx index 0661c20..e7cf781 100644 --- a/src/app/portfolio/two/page.tsx +++ b/src/app/portfolio/two/page.tsx @@ -6,7 +6,7 @@ export default async function PortfolioTwoPage() { return (
- +
); } \ No newline at end of file diff --git a/src/components/portfolio/JustifiedGallery.tsx b/src/components/portfolio/JustifiedGallery.tsx index 843f214..4949cda 100644 --- a/src/components/portfolio/JustifiedGallery.tsx +++ b/src/components/portfolio/JustifiedGallery.tsx @@ -38,7 +38,11 @@ export function JustifiedGallery({ images, rowHeight = 200, gap = 4 }: Props) {

No images to display

)} {rows.map((row, i) => ( -
+
{row.map((img) => (