Move settings tab to the end

This commit is contained in:
Son NK 2020-02-12 18:34:59 +07:00
parent 580dc6c8d6
commit ee1bbd722f
1 changed files with 8 additions and 8 deletions

View File

@ -7,14 +7,6 @@
</a>
</li>
<li class="nav-item">
<a href="{{ url_for('dashboard.setting') }}"
class="nav-link {{ 'active' if active_page == 'setting' }}">
<i class="fe fe-settings"></i>
Settings
</a>
</li>
<li class="nav-item">
<a href="{{ url_for('dashboard.api_key') }}"
class="nav-link {{ 'active' if active_page == 'api_key' }}">
@ -64,4 +56,12 @@
Developer
</a>
</li>
<li class="nav-item">
<a href="{{ url_for('dashboard.setting') }}"
class="nav-link {{ 'active' if active_page == 'setting' }}">
<i class="fe fe-settings"></i>
Settings
</a>
</li>
</ul>