Skip to content

Commit

Permalink
💚 Fix language code width
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount committed Jun 26, 2024
1 parent abdc54b commit 86a6bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
class="flex gap-2 p-2 hover:bg-blade-200 dark:hover:bg-blade-800"
>
<figure
class="flex justify-center items-center bg-blade-300 dark:bg-blade-700 font-semibold py-1 px-2"
class="flex justify-center items-center bg-blade-300 dark:bg-blade-700 font-mono py-1 px-2"
alt="Avatar"
>
{{ key.substring(0,2).toUpperCase()}}
Expand Down

0 comments on commit 86a6bad

Please sign in to comment.