Landing moved to be the index page, routes added and landing page image route fixed
This commit is contained in:
1 parent
10541d2428
commit
d0aa7a0fbd
4 files changed
+34
-9
No files matched your search
@@ -1,7 +1,7 @@
|
||||
<header>
|
||||
<nav class="bg-gray-50 dark:bg-gray-800 border-b border-gray-200 dark:border-gray-700">
|
||||
<div class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-4">
|
||||
<a href="#" class="flex items-center space-x-3 rtl:space-x-reverse">
|
||||
<a href="/home" class="flex items-center space-x-3 rtl:space-x-reverse">
|
||||
<img src="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/rekor.png" class="h-8" alt="Flowbite Logo" />
|
||||
<span class="self-center text-2xl font-semibold whitespace-nowrap dark:text-white">RCalculator</span>
|
||||
</a>
|
||||
|
||||
Reference in new issue
Block a user