Skip to content

Commit da485d1

Browse files
committed
Pass isTechnologyDeprecated as technologyProps
1 parent 35dfbef commit da485d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Navigator.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ export default {
158158
technology: technology.title,
159159
technologyPath: technology.path || technology.url,
160160
isTechnologyBeta: technology.beta,
161+
isTechnologyDeprecated: technology.deprecated,
161162
}
162163
),
163164
},

0 commit comments

Comments
 (0)