diff options
| author | Botond Hende <contact@wazul.moe> | 2026-05-08 20:21:38 +0200 |
|---|---|---|
| committer | Botond Hende <contact@wazul.moe> | 2026-05-08 20:21:38 +0200 |
| commit | 90bd999f73b27433b94ac5b768735fd7f881a51d (patch) | |
| tree | e1ff13061ba88568f000791453c5ecec53d0cb3b /main/templates/main_sidebar.html.j2 | |
| parent | 64c955727529d9dd4275c9508008c5808014afc4 (diff) | |
added wip page and sidebar pictures
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 |
