Database and Reports Update

This commit is contained in:
2026-01-25 15:31:41 +00:00
parent 5ce0b4d278
commit 34eba52461
38 changed files with 3820 additions and 2797 deletions

View File

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