From 50196d700b893dec172089a0ae74a88d049f3c6e Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 7 Jun 2022 19:28:14 -0500 Subject: [PATCH] Add Check Pricing link --- src/pages/device/[...devicePath].astro | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/pages/device/[...devicePath].astro b/src/pages/device/[...devicePath].astro index 11d7f4c..688f922 100644 --- a/src/pages/device/[...devicePath].astro +++ b/src/pages/device/[...devicePath].astro @@ -11,6 +11,7 @@ import { deviceSupportsApp } from '~/helpers/devices.js' import Layout from '../../layouts/default.astro' import Search from '~/components/search-stork.vue' +import LinkButton from '~/components/link-button.vue' // Get type and slug from the request path @@ -89,6 +90,17 @@ const appPage = { + { !!device.amazonUrl && +
+ + Check Pricing + +
+ } +