Skip to content

Commit

Permalink
fix: fix morale help link (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Apr 13, 2021
1 parent 15336cc commit 36e37b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Dashboard/Me/Partials/Morale.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
🙃
</span> {{ $t('dashboard.morale_title') }}

<help :url="$page.props.help_links.employee-morale" :top="'2px'" />
<help :url="$page.props.help_links.employee_morale" :top="'2px'" />
</div>

<div class="cf mw7 center br3 mb3 bg-white box pa3">
Expand Down

0 comments on commit 36e37b4

Please sign in to comment.