Skip to content

Commit

Permalink
fix: fix emojis on windows (monicahq/chandler#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss authored May 5, 2023
1 parent 4da9a21 commit b8b5950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/js/Pages/Settings/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ defineProps({
<div class="mb-6 rounded-lg border border-gray-200 bg-white p-5 dark:border-gray-700 dark:bg-gray-900">
<ul>
<li class="mb-2 flex justify-start">
<span class="mr-2">🥸</span>
<span class="mr-2">😀</span>
<Link :href="data.url.users.index" class="text-blue-500 hover:underline">
{{ $t('Manage users') }}
</Link>
Expand Down
2 changes: 1 addition & 1 deletion resources/js/Pages/Settings/Personalize/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</inertia-link>
</li> -->
<li class="mb-2 flex">
<span class="mr-2">🥸</span>
<span class="mr-2">👥</span>
<inertia-link :href="data.url.manage_relationships" class="text-blue-500 hover:underline">
{{ $t('Manage relationship types') }}
</inertia-link>
Expand Down

0 comments on commit b8b5950

Please sign in to comment.