Skip to content

Commit

Permalink
fix: now app home button is unclickable on app page
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanzh committed Feb 16, 2024
1 parent 1681d65 commit a7e4845
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@
{% block page %}
<div id="app">
<header class='app-logo-container'>
<a class='home-button' href='index.html'>
<span class='proportio-logo'>
<img class='logo-img' src='icon.svg' alt='логотип пропорцио'>
<span class='logo-text'>Пропорцио</span>
</span>
</a>
<span class='proportio-logo'>
<img class='logo-img' src='icon.svg' alt='логотип пропорцио'>
<span class='logo-text'>Пропорцио</span>
</span>
</header>
<div id="app-header">
<nav id="recipe-nav">
Expand Down

0 comments on commit a7e4845

Please sign in to comment.