Remove dashboard route
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
href="{{ url_for('documentation') }}">Documentation</a>
|
||||
</li>
|
||||
</ul>
|
||||
<a href="{{ url_for('dashboard') }}"
|
||||
<a href="{{ url_for('home.index') }}"
|
||||
class="mx-auto lg:mx-0 hover:underline gradient2 text-gray-800 font-extrabold rounded my-6 py-4 px-8 shadow-lg cursor-pointer">Login</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
href="#">About</a>
|
||||
</li>
|
||||
</ul>
|
||||
<a href="{{ url_for('dashboard') }}"
|
||||
<a href="{{ url_for('home.index') }}"
|
||||
class="mx-auto lg:mx-0 hover:underline gradient2 text-gray-800 font-extrabold rounded my-6 py-4 px-8 shadow-lg cursor-pointer">Login</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user