Skip to content

Commit

Permalink
update help button
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbeckett committed Sep 17, 2024
1 parent 9dd944b commit 3dbdd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/TheHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</div>
</v-col>
<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-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>
</v-col>
Expand Down

0 comments on commit 3dbdd98

Please sign in to comment.