diff --git a/src/types/sections/portfolio-section.types.ts b/src/types/sections/portfolio-section.types.ts index ef9a0db..5722ee5 100644 --- a/src/types/sections/portfolio-section.types.ts +++ b/src/types/sections/portfolio-section.types.ts @@ -11,9 +11,9 @@ export interface Project { * * **Ratio**: 1:1 * - * **Display size**: 120x120px + * **Display size**: 56x56px */ - image: Photo; + image?: Photo; /** * Date range when you were working on the project. diff --git a/src/web/sections/portfolio/project.astro b/src/web/sections/portfolio/project.astro index 9f86223..9621f90 100644 --- a/src/web/sections/portfolio/project.astro +++ b/src/web/sections/portfolio/project.astro @@ -18,24 +18,29 @@ const alt = `${name} project thumbnail`;