From a4d59ee2e68f819649fcc584f86ed9f67955ae1b Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sun, 18 Apr 2021 20:41:51 -0500 Subject: [PATCH] Add title and pricing button to app pages --- pages/device/_slug.vue | 37 ++++++++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 9 deletions(-) diff --git a/pages/device/_slug.vue b/pages/device/_slug.vue index a6ac970..af5eeec 100644 --- a/pages/device/_slug.vue +++ b/pages/device/_slug.vue @@ -2,15 +2,33 @@

- App support for {{ device.name }} + {{ device.name }}

-

- Supported apps include {{ supportedAppList.join(', ') }}. -

+
+
+ + Check Pricing + +
+ +

+ App support for {{ device.name }} +

+ +

+ Supported apps include {{ supportedAppList.join(', ') }}. +

+
{ const appIsSupported = deviceSupportsApp( device, app )