diff options
Diffstat (limited to 'src/main/resources/templates/views/partial/navigation.html')
-rw-r--r-- | src/main/resources/templates/views/partial/navigation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/views/partial/navigation.html b/src/main/resources/templates/views/partial/navigation.html index f3d43641..184c8f2b 100644 --- a/src/main/resources/templates/views/partial/navigation.html +++ b/src/main/resources/templates/views/partial/navigation.html @@ -5,7 +5,7 @@ <a href="/{{ visitor.name }}/"> <img src="{{ visitor.avatar }}" alt=""/>{{ visitor.name }} {% if not visitor.verified %} - <span style="color:red;"><i data-icon="ei-exclamation" data-size="s"></i></span> + <span style="color: red;"><i data-icon="ei-exclamation" data-size="s"></i></span> {% endif %} </a> </div> |