Prefer first names for now

This commit is contained in:
Jorge Manrubia
2025-06-19 12:28:00 +02:00
parent cda20600b1
commit 0b8d93be02
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,6 +5,6 @@
</template>
<template type="editor">
<%= avatar_image_tag user %>
<%= user.name %>
<%= user.first_name %>
</template>
</lexical-prompt-item>
+1 -1
View File
@@ -1,2 +1,2 @@
<%= avatar_image_tag user %>
<%= user.name %>
<%= user.first_name %>