mirror of
https://github.com/SirBlobby/Hoya26.git
synced 2026-02-04 03:34:34 -05:00
Database and Reports Update
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
|
||||
const navLinks = [
|
||||
{ name: "Home", route: "/", icon: "ri:home-4-line" },
|
||||
{ name: "Goal", route: "/community", icon: "ri:flag-2-line" },
|
||||
{ name: "Goal", route: "/goal", icon: "ri:flag-2-line" },
|
||||
{ name: "Chat", route: "/chat", icon: "ri:chat-3-line" },
|
||||
{ name: "Report", route: "/report", icon: "ri:alarm-warning-line" },
|
||||
];
|
||||
@@ -77,6 +77,7 @@
|
||||
name="description"
|
||||
content="Scan products to reveal their true environmental impact. Join the community of eco-conscious shoppers making a difference."
|
||||
/>
|
||||
<link rel="icon" href="/ethix-logo.png" />
|
||||
</svelte:head>
|
||||
|
||||
{#if isMobile}
|
||||
@@ -181,7 +182,9 @@
|
||||
}
|
||||
|
||||
.desktop-nav {
|
||||
position: relative;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
overflow: visible;
|
||||
|
||||
Reference in New Issue
Block a user