Skip to content

Commit

Permalink
Add docs link (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver@tasty.limo>
  • Loading branch information
ggwpez authored Oct 7, 2024
1 parent e44e3d6 commit 956f47e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/phoenix_app_web/templates/layout/root.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
<li>
<%= link "Clients", to: Routes.team_path(@conn, :index), class: "text-indigo-600 hover:text-blue-300" %>
</li>
<li>
<%= link "Docs", to: "https://docs.jamcha.in/", class: "text-indigo-600 hover:text-blue-300" %>
</li>
<%= if function_exported?(Routes, :live_dashboard_path, 2) do %>
<li><%= link "LiveDashboard", to: Routes.live_dashboard_path(@conn, :home), class: "text-indigo-600 hover:text-blue-300" %></li>
<% end %>
Expand Down

0 comments on commit 956f47e

Please sign in to comment.