Skip to content

Commit

Permalink
feat: add paper size
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaDiotallevi committed Oct 20, 2024
1 parent 101f405 commit 35abf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro/src/pages/shop.astro
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Astro.response.headers.set("netlify-vary", `country=${combinedCountries}`)
fetchpriority="high"
/>
<h2 class="md:text-2xl font-semibold mt-4">
{price.product.metadata.displayName}
{`${price.product.metadata.displayName} (${price.product.metadata.size})`}
</h2>
<p class="md:text-lg md:mt-1">
{formatCurrency({
Expand Down

0 comments on commit 35abf54

Please sign in to comment.