diff --git a/src/components/Navigator.vue b/src/components/Navigator.vue index bbc069faf..b621472a6 100644 --- a/src/components/Navigator.vue +++ b/src/components/Navigator.vue @@ -158,6 +158,7 @@ export default { technology: technology.title, technologyPath: technology.path || technology.url, isTechnologyBeta: technology.beta, + isTechnologyDeprecated: technology.deprecated, } ), }, diff --git a/src/components/Navigator/NavigatorCard.vue b/src/components/Navigator/NavigatorCard.vue index e3a0d2a82..1cb444816 100644 --- a/src/components/Navigator/NavigatorCard.vue +++ b/src/components/Navigator/NavigatorCard.vue @@ -32,18 +32,24 @@ @keydown.up.exact.capture.prevent="focusPrev" @keydown.down.exact.capture.prevent="focusNext" > - - - - + + + + + +