Skip to content

Commit 10fbcbc

Browse files
Mark "Practice" underlined when visiting page
1 parent dd7c7a8 commit 10fbcbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/navigation/top-navigation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<li class="top-navigation__item {% if current_path and current_path is starting_with('/documentation/api/') %}active{% endif %}">
66
<a href="/documentation/api/">API</a>
77
</li>
8-
<li class="top-navigation__item {% if current_path and current_path is starting_with('/tutorials/practice/') %}active{% endif %}">
8+
<li class="top-navigation__item {% if current_path and current_path is starting_with('/practice/') %}active{% endif %}">
99
<a href="/practice/basic">Practice</a>
1010
</li>
1111
<li class="top-navigation__item {% if current_path and current_path is starting_with('/blog/') %}active{% endif %}">

0 commit comments

Comments
 (0)