Skip to content

Commit

Permalink
5. simplify templates/layout/root.html.heex to bare minimum #53
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Mar 13, 2022
1 parent da04c74 commit 2952ed4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions lib/app_web/templates/layout/root.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,7 @@
<body>
<header>
<section class="container">
<nav>
<ul>
<li><a href="https://hexdocs.pm/phoenix/overview.html">Get Started</a></li>

</ul>
</nav>
<a href="https://phoenixframework.org/" class="phx-logo">
<img src={Routes.static_path(@conn, "/images/phoenix.png")} alt="Phoenix Framework Logo"/>
</a>
<h1>Sleep Tracker!</h1>
</section>
</header>
<%= @inner_content %>
Expand Down

0 comments on commit 2952ed4

Please sign in to comment.