Skip to content

Commit

Permalink
Use first name instead of full
Browse files Browse the repository at this point in the history
  • Loading branch information
garyhtou committed Aug 10, 2023
1 parent 5d05e54 commit 0dba85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/hackathon/subscriptions/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<% else %>

<p>
Hey there, <b><%= @user.name || @user.email_address %></b>!
Hey there, <b><%= @user.first_name || @user.email_address %></b>!
<br/>
You are currently subscribed to the following locations.
</p>
Expand Down

0 comments on commit 0dba85f

Please sign in to comment.