File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 28
28
<v-skeleton-loader v-else type =" chip" class =" chip-loader" />
29
29
</div >
30
30
</v-col >
31
- <v-col class =" px-0" style =" width : 50px " >
31
+ <v-col v-if = " false " class =" px-0" style =" width : 50px " >
32
32
<v-btn id =" help_button" aria-label =" Help" rounded @click =" $router.push({ name: 'help' })" >
33
33
<v-icon aria-hidden =" false" icon =" mdi-help-circle-outline" size =" 38" color =" white" />
34
34
</v-btn >
Original file line number Diff line number Diff line change @@ -294,6 +294,7 @@ const router = createRouter({
294
294
name : 'help' ,
295
295
component : HelpView ,
296
296
meta : {
297
+ hidden : true ,
297
298
requiresAuth : true ,
298
299
} ,
299
300
} ,
Original file line number Diff line number Diff line change 49
49
<v-card-text >Maintain or edit organization or facility information and request a change.</v-card-text >
50
50
</v-card >
51
51
</v-col >
52
- <v-col cols =" 12" md =" 6" lg =" 4" >
52
+ <v-col v-if = " false " cols =" 12" md =" 6" lg =" 4" >
53
53
<v-card id =" help-card" class =" basic-card" prepend-icon =" mdi-help-circle-outline" title =" Help and Resources" @click =" $router.push({ name: 'help' })" >
54
54
<v-card-text >Need support? Find program training tools, resources and technical help.</v-card-text >
55
55
</v-card >
You can’t perform that action at this time.
0 commit comments