Skip to content

Commit

Permalink
adjjust code adentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdedman committed Apr 14, 2024
1 parent 8ad799e commit d582afe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion views/layout/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@

<body>
<div class="header">
<div id="logo"><a href="/"><img src="/assets/header.png" height="80" /></a></div>
<div id="logo">
<a href="/"><img src="/assets/header.png" height="80" /></a>
</div>
{{if .user}}
<div class="dropdown">
<img src="/assets/profile.png" alt="Account Picture" height="50" width="50" onclick="settings()" class="dropbtn">
Expand Down

0 comments on commit d582afe

Please sign in to comment.