Skip to content

Commit

Permalink
Removed help content. (#377)
Browse files Browse the repository at this point in the history
Co-authored-by: weskubo-cgi <[email protected]>
  • Loading branch information
weskubo-cgi and weskubo-cgi authored Sep 27, 2024
1 parent e18d895 commit a0a669a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/TheHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<v-skeleton-loader v-else type="chip" class="chip-loader" />
</div>
</v-col>
<v-col class="px-0" style="width: 50px">
<v-col v-if="false" class="px-0" style="width: 50px">
<v-btn id="help_button" aria-label="Help" rounded @click="$router.push({ name: 'help' })">
<v-icon aria-hidden="false" icon="mdi-help-circle-outline" size="38" color="white" />
</v-btn>
Expand Down
1 change: 1 addition & 0 deletions frontend/src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ const router = createRouter({
name: 'help',
component: HelpView,
meta: {
hidden: true,
requiresAuth: true,
},
},
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<v-card-text>Maintain or edit organization or facility information and request a change.</v-card-text>
</v-card>
</v-col>
<v-col cols="12" md="6" lg="4">
<v-col v-if="false" cols="12" md="6" lg="4">
<v-card id="help-card" class="basic-card" prepend-icon="mdi-help-circle-outline" title="Help and Resources" @click="$router.push({ name: 'help' })">
<v-card-text>Need support? Find program training tools, resources and technical help.</v-card-text>
</v-card>
Expand Down

0 comments on commit a0a669a

Please sign in to comment.