Skip to content

Commit

Permalink
Update favicon and homemap
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Jan 15, 2024
1 parent 7f01e80 commit 25f2f52
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified static/img/favicon-v2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/homemap_bg-v2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion templates/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
<div class="md:flex rtl:pl-10 ltr:pr-10 max-w-page mx-auto bg-black p-home">
<div class="md:w-3/5 flex flex-center-y my-4">
{% if org|config:"has_new_brand" %}
<img src="{{ STATIC_URL }}img/dropdown-bkg.png" alt="">
<img src="{{ STATIC_URL }}img/homemap_bg-v2024.png" alt="">
{% else %}
<img src="{{ STATIC_URL }}img/homemap_bg.png" alt="">
{% endif %}
Expand Down

0 comments on commit 25f2f52

Please sign in to comment.