Skip to content

Commit

Permalink
fixes #46
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI committed Feb 11, 2019
1 parent 273cabe commit 03e8faa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/js/components/Index/ImpersonateField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<a @click="onClick"
class="impersonate cursor-pointer text-70 hover:text-primary no-underline flex items-center"
:style='field.hideText ? "width:22px" : ""'
title="{{ __('Impersonate') }}"
:title="__('Impersonate')"
>
<svg width="22" height="18" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path fill="currentColor"
Expand Down

0 comments on commit 03e8faa

Please sign in to comment.