Skip to content

Commit

Permalink
feat: add back to profile url
Browse files Browse the repository at this point in the history
  • Loading branch information
zvonimirr committed Jun 16, 2024
1 parent 1683535 commit 393aa63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/swipex_web/live/chat_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ defmodule SwipexWeb.ChatLive do
)

~H"""
<a href="/profile" class="text-blue-500">Back to profile</a>
<h1 class="text-4xl mb-2">Chat with <%= @recipient["name"] %></h1>
<hr />
<div class="flex flex-col mt-4">
Expand Down

0 comments on commit 393aa63

Please sign in to comment.