Skip to content

Commit

Permalink
chore: show Dashboard title on dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellberg committed Mar 25, 2024
1 parent 2e47864 commit 5586081
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/dashboard/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<% title "Dashboard" %>

<div class="container my-8">
<h1 class="font-bold text-4xl">Welcome back, <%= current_account.name %></h1>
<p>Find me in app/views/dashboard/show.html.erb</p>
Expand Down

0 comments on commit 5586081

Please sign in to comment.