Remove dashboard route

This commit is contained in:
Peter Stockings
2025-07-22 09:46:06 +10:00
parent 6891ce5661
commit 2c089fcaf7
3 changed files with 3 additions and 8 deletions

View File

@@ -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>