Skip to content

Commit

Permalink
Added temporary help links.
Browse files Browse the repository at this point in the history
  • Loading branch information
weskubo-cgi authored and weskubo-cgi committed Aug 21, 2024
1 parent 5287aa6 commit ca921f1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/TheHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<v-skeleton-loader v-else type="chip" class="chip-loader" />
</div>
</v-col>
<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-col class="px-0" style="width: 50px">
<v-btn id="help_button" aria-label="Help" rounded target="ofm_external_help" href="https://bcgov.sharepoint.com/sites/CCD-TDADExternal/SitePages/2023%20OFM%20Test.aspx">
<v-icon aria-hidden="false" icon="mdi-help-circle-outline" size="38" color="white" />
</v-btn>
</v-col>
Expand Down
14 changes: 12 additions & 2 deletions frontend/src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,14 @@
<v-card-text>Maintain or edit organization or facility information and request a change.</v-card-text>
</v-card>
</v-col>
<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-col cols="12" md="6" lg="4">
<v-card
id="help-card"
class="basic-card"
prepend-icon="mdi-help-circle-outline"
title="Help and Resources"
target="ofm_external_help"
href="https://bcgov.sharepoint.com/sites/CCD-TDADExternal/SitePages/2023%20OFM%20Test.aspx">
<v-card-text>Need support? Find program training tools and resources, technical help, or call us.</v-card-text>
</v-card>
</v-col>
Expand Down Expand Up @@ -132,4 +138,8 @@ export default {
.alert-banner {
border: 1px solid rgb(252, 186, 25);
}
a[id='help-card']:hover {
color: #313132;
}
</style>

0 comments on commit ca921f1

Please sign in to comment.