Skip to content

Commit 6872103

Browse files
fix: profile dropdown url (#525)
1 parent e0da6b6 commit 6872103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/safira_web/components/sidebar.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ defmodule SafiraWeb.Components.Sidebar do
227227
<.app_user_dropdown id={@id} border={@border} icon_color={@icon_color} user={@user}>
228228
<:title color={@title_color}><%= @user.name %></:title>
229229
<:subtitle color={@subtitle_color}>@<%= @user.handle %></:subtitle>
230-
<:link navigate="/app/">Profile</:link>
230+
<:link navigate={"/app/user/#{@user.handle}"}>Profile</:link>
231231
<:link navigate={"/#{@base_path}/profile_settings"}>Settings</:link>
232232
<:link href="/users/log_out" method={:delete}>Sign out</:link>
233233
</.app_user_dropdown>

0 commit comments

Comments
 (0)