diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-07 20:17:01 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-07 20:17:01 +0200 |
| commit | 6cb688bd1b2285fb917194852fdc285c798d43cc (patch) | |
| tree | 535293539e53dfa3ec3aeca8f217b6d066350c75 /src/pages/portfolio/index.astro | |
| parent | 36d3a2c4c6dbfcc74271d0956eff9b1e454fc138 (diff) | |
Add new images and update portfolio layouts for enhanced presentation
Diffstat (limited to 'src/pages/portfolio/index.astro')
| -rw-r--r-- | src/pages/portfolio/index.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/portfolio/index.astro b/src/pages/portfolio/index.astro index f5f1250..c12ab23 100644 --- a/src/pages/portfolio/index.astro +++ b/src/pages/portfolio/index.astro @@ -1,5 +1,5 @@ --- -import PortfolioPageLayout from "@/layouts/PortfolioPageLayout.astro"; +import PortfolioListLayout from "@/layouts/PortfolioListLayout.astro"; --- -<PortfolioPageLayout /> +<PortfolioListLayout /> |
