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 )