diff --git a/frontend/components/AreaTimeline.tsx b/frontend/components/AreaTimeline.tsx
index 543570a..1e4c75d 100644
--- a/frontend/components/AreaTimeline.tsx
+++ b/frontend/components/AreaTimeline.tsx
@@ -161,7 +161,7 @@ const Card = ({
-
+
{published_on}
{type}
diff --git a/frontend/components/Models.tsx b/frontend/components/Models.tsx
index 6f9786f..41bf4e2 100644
--- a/frontend/components/Models.tsx
+++ b/frontend/components/Models.tsx
@@ -142,7 +142,7 @@ export default function ModelView({
borderColor={"a4borange"}
>
- Download : {model.hfData.downloads}
+ Downloads : {model.hfData.downloads}
) : (
diff --git a/frontend/components/Navbar.tsx b/frontend/components/Navbar.tsx
index 57eec03..8c98af6 100644
--- a/frontend/components/Navbar.tsx
+++ b/frontend/components/Navbar.tsx
@@ -239,7 +239,7 @@ interface NavItem {
}
const NAV_ITEMS: Array = [
- { label: "Home", href: `${imagePrefix}` },
+ { label: "Home", href: `${imagePrefix}/` },
{
label: "Areas",
children: [
diff --git a/frontend/components/ToolInstructionComponent.tsx b/frontend/components/ToolInstructionComponent.tsx
index b58b76d..6df8955 100644
--- a/frontend/components/ToolInstructionComponent.tsx
+++ b/frontend/components/ToolInstructionComponent.tsx
@@ -24,7 +24,7 @@ export default function ToolInstructions({
steps: Array;
}) {
return (
-
+
Installation Steps