Skip to content

Commit a0a669a

Browse files
weskubo-cgiweskubo-cgi
andauthored
Removed help content. (#377)
Co-authored-by: weskubo-cgi <Wesley.Kubo@gov.bc.ca>
1 parent e18d895 commit a0a669a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

frontend/src/components/TheHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<v-skeleton-loader v-else type="chip" class="chip-loader" />
2929
</div>
3030
</v-col>
31-
<v-col class="px-0" style="width: 50px">
31+
<v-col v-if="false" class="px-0" style="width: 50px">
3232
<v-btn id="help_button" aria-label="Help" rounded @click="$router.push({ name: 'help' })">
3333
<v-icon aria-hidden="false" icon="mdi-help-circle-outline" size="38" color="white" />
3434
</v-btn>

frontend/src/router/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ const router = createRouter({
294294
name: 'help',
295295
component: HelpView,
296296
meta: {
297+
hidden: true,
297298
requiresAuth: true,
298299
},
299300
},

frontend/src/views/HomeView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<v-card-text>Maintain or edit organization or facility information and request a change.</v-card-text>
5050
</v-card>
5151
</v-col>
52-
<v-col cols="12" md="6" lg="4">
52+
<v-col v-if="false" cols="12" md="6" lg="4">
5353
<v-card id="help-card" class="basic-card" prepend-icon="mdi-help-circle-outline" title="Help and Resources" @click="$router.push({ name: 'help' })">
5454
<v-card-text>Need support? Find program training tools, resources and technical help.</v-card-text>
5555
</v-card>

0 commit comments

Comments
 (0)