diff --git a/src/data/products.ts b/src/data/products.ts index 33d54a7..5aa03be 100644 --- a/src/data/products.ts +++ b/src/data/products.ts @@ -167,6 +167,8 @@ clarity and confidence in a variety of environments. * Nitrogen purging and o-ring seals provide water and fogproof performance * Rugged construction withstands recoil and impact * Included GlassPak binocular harness for quick optic deployment in the field + +The Crossfire HD binoculars bring HD optics, rugged performance and high end form-factor. Add in the included GlassPak binocular harness for quick optic deployment in the field and superior protection and comfort. The Crossfire HD truly is a rare find. `.trim(), productDetails: { "title": "Vortex Optics Crossfire HD 10x42 Binoculars - HD Optical System, Tripod Adaptable, Rubber Armor, Waterproof, Fogproof, Shockproof, Included GlassPak - Unlimited, Unconditional Warranty", diff --git a/src/pages/[productLookup].astro b/src/pages/[productLookup].astro index e34ccd2..90cbd28 100644 --- a/src/pages/[productLookup].astro +++ b/src/pages/[productLookup].astro @@ -56,15 +56,19 @@ const category = categories.find(c => c.id == product.categoryId)!;

{product?.productDetails?.reviewCount} Reviews

- { product?.description &&
} - { !product?.description && } -

- {product?.productDetails?.description && product?.productDetails?.description} -

+ { product?.description && +
+ } + { !product?.description && + +

+ {product?.productDetails?.description && product?.productDetails?.description} +

+ } {formatAsCurrency(product?.productDetails?.price||0)} On Amazon