diff options
Diffstat (limited to 'main/templates/main_sidebar.html.j2')
| -rw-r--r-- | main/templates/main_sidebar.html.j2 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/main/templates/main_sidebar.html.j2 b/main/templates/main_sidebar.html.j2 index 05ab83d..1aa914f 100644 --- a/main/templates/main_sidebar.html.j2 +++ b/main/templates/main_sidebar.html.j2 @@ -1,8 +1,12 @@ <a href="/" class="icon-text"> - <img src="/assets/image/chip.svg" /> + <img src="/assets/image/sidebar/missing_texture.png" /> <span>Home</span> </a> <a href="/neighbors.html" class="icon-text"> - <img src="/assets/image/chip.svg" /> + <img src="/assets/image/sidebar/missing_texture.png" /> <span>Neighbors</span> +</a> +<a href="/wip.html" class="icon-text"> + <img src="/assets/image/sidebar/missing_texture.png" /> + <span>WIP projects</span> </a>
\ No newline at end of file |
