2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-27 21:16:45 +00:00

fix links to demo

This commit is contained in:
Matthias Mair 2022-10-24 23:29:38 +02:00
parent da0f30924d
commit 3a6473669b

View File

@ -14,7 +14,7 @@
</nav>
{% if page.main_page %}
<a href="/demo.html" class="inline-flex items-center bg-gray-100 ml-2 border-0 py-1 px-3 focus:outline-none hover:bg-gray-200 rounded text-base mt-4 md:mt-0">
<a href="demo" class="inline-flex items-center bg-gray-100 ml-2 border-0 py-1 px-3 focus:outline-none hover:bg-gray-200 rounded text-base mt-4 md:mt-0">
Open demo
</a> {% endif %}
</div>