summaryrefslogtreecommitdiff
path: root/lib/aggiedit_web/templates/layout/root.html.heex
diff options
context:
space:
mode:
authorLogan Hunt <loganhunt@simponic.xyz>2022-04-06 14:41:19 -0600
committerLogan Hunt <loganhunt@simponic.xyz>2022-04-06 14:41:19 -0600
commit61c2c9370a0e0139bdb9cab1de64723d60b2682c (patch)
tree5271f40facc03f4d727b268c1e3ab69f865b17dd /lib/aggiedit_web/templates/layout/root.html.heex
parent5ad6bbfce753e048a4f866ad6324f4b4d6f16618 (diff)
downloadaggiedit-61c2c9370a0e0139bdb9cab1de64723d60b2682c.tar.gz
aggiedit-61c2c9370a0e0139bdb9cab1de64723d60b2682c.zip
Fix authentication on posts page
Diffstat (limited to 'lib/aggiedit_web/templates/layout/root.html.heex')
-rw-r--r--lib/aggiedit_web/templates/layout/root.html.heex3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/aggiedit_web/templates/layout/root.html.heex b/lib/aggiedit_web/templates/layout/root.html.heex
index f653fd8..014c44a 100644
--- a/lib/aggiedit_web/templates/layout/root.html.heex
+++ b/lib/aggiedit_web/templates/layout/root.html.heex
@@ -21,9 +21,6 @@
</ul>
<%= render "_user_menu.html", assigns %>
</nav>
- <a href="https://phoenixframework.org/" class="phx-logo">
- <img src={Routes.static_path(@conn, "/images/phoenix.png")} alt="Phoenix Framework Logo"/>
- </a>
</section>
</header>
<%= @inner_content %>