Skip to content

Commit

Permalink
Revert "feat: add nav user"
Browse files Browse the repository at this point in the history
This reverts commit aa6348c.
  • Loading branch information
trueChazza committed Jul 4, 2024
1 parent 2db6e6f commit e275f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/media_server_web/components/nav_component.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
>
<path d="M24 20.993V24H0v-2.996A14.977 14.977 0 0112.004 15c4.904 0 9.26 2.354 11.996 5.993zM16.002 8.999a4 4 0 11-8 0 4 4 0 018 0z" />
</svg>
</span></span><span class="min-w-0"><span class="block truncate text-sm/5 font-medium text-zinc-950 dark:text-white"><%= @user.name %></span><span class="block truncate text-xs/5 font-normal text-zinc-500 dark:text-zinc-400"><%= @user.email %></span></span></span>
</span></span><span class="min-w-0"><span class="block truncate text-sm/5 font-medium text-zinc-950 dark:text-white">Admin</span><span class="block truncate text-xs/5 font-normal text-zinc-500 dark:text-zinc-400">[email protected]</span></span></span>
</div>
</span>
</div>
Expand Down

0 comments on commit e275f80

Please sign in to comment.