Skip to content

Commit 3050f77

Browse files
committed
sidebar tag update
1 parent 47af360 commit 3050f77

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/(marketing)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default async function Home() {
5454
<div className="bg-image bg-cover bg-no-repeat bg-center flex flex-col items-center min-h-screen">
5555
<section className="container max-w-6xl mx-auto px-4 lg:px-0 text-gray-900 flex justify-center items-center lg:gap-28 xl:gap-32 my-28">
5656
<div className="text-center lg:text-left w-full lg:w-2/3">
57-
<Link href="/docs" className="mb-12 inline-block">
57+
<Link href="/docs/charts/line-chart" className="mb-12 inline-block">
5858
<Badge>
5959
Introducing RetroUI Charts!
6060
<ChartArea className="ml-2 h-4 w-4 inline-block" />

config/navigation.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const navConfig: INavigationConfig = {
5050
},
5151
{ title: "Switch", href: `${componentsRoute}/switch` },
5252
{ title: "Tab", href: `${componentsRoute}/tab` },
53-
{ title: "Table", href: `${componentsRoute}/table`, tag: "New" },
53+
{ title: "Table", href: `${componentsRoute}/table`, tag: "Updated" },
5454
{ title: "Textarea", href: `${componentsRoute}/textarea` },
5555
{ title: "Text", href: `${componentsRoute}/text` },
5656
{
@@ -70,10 +70,10 @@ export const navConfig: INavigationConfig = {
7070
{
7171
title: "Chart",
7272
children: [
73-
{ title: "Bar Chart", href: `${chartsRoute}/bar-chart` },
74-
{ title: "Line Chart", href: `${chartsRoute}/line-chart` },
75-
{ title: "Area Chart", href: `${chartsRoute}/area-chart` },
76-
{ title: "Pie Chart", href: `${chartsRoute}/pie-chart` },
73+
{ title: "Bar Chart", href: `${chartsRoute}/bar-chart`, tag: "New" },
74+
{ title: "Line Chart", href: `${chartsRoute}/line-chart`, tag: "New" },
75+
{ title: "Area Chart", href: `${chartsRoute}/area-chart`, tag: "New" },
76+
{ title: "Pie Chart", href: `${chartsRoute}/pie-chart`, tag: "New" },
7777
],
7878
},
7979
{

0 commit comments

Comments
 (0)