Skip to content

Commit

Permalink
fix: replace VIM with UMIL in base page
Browse files Browse the repository at this point in the history
Refs: #98
  • Loading branch information
kunfang98927 committed May 23, 2024
1 parent a0bf63d commit e003bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/django/VIM/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<li class="nav-item">
<a href="{% url "main:home" %}" class="nav-link nav-home px-2 notranslate">
<img src="{% static "images/logo.svg" %}" alt="vim icon">
VIM
UMIL
</a>
</li>
<li class="nav-item"><a href="{% url "main:home" %}" class="nav-link px-2 text-decoration-none
Expand Down

0 comments on commit e003bff

Please sign in to comment.