We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fbc0f5 commit 9939ddfCopy full SHA for 9939ddf
lib/uptimer_web/components/layouts/app.html.heex
@@ -29,6 +29,17 @@
29
<!-- User Authentication -->
30
<ul class="flex items-center gap-3 sm:gap-4 text-sm">
31
<%= if @current_user do %>
32
+ <li>
33
+ <.link
34
+ navigate={~p"/upgrade"}
35
+ class="text-gray-600 dark:text-gray-300 hover:text-blue-600 dark:hover:text-blue-400 flex items-center transition-colors"
36
+ >
37
+ <span class="mr-1">
38
+ <.icon name="hero-sparkles" class="h-4 w-4" />
39
+ </span>
40
+ <span class="hidden sm:inline">Upgrade</span>
41
+ </.link>
42
+ </li>
43
<li class="hidden sm:flex items-center text-gray-600 dark:text-gray-300">
44
<span class="mr-2"><.icon name="hero-user-solid" class="h-4 w-4" /></span>
45
<span class="truncate max-w-[150px]">{@current_user.email}</span>
0 commit comments