From 263d0aeea8b407f3658fe2b4dfeb9518ace463df Mon Sep 17 00:00:00 2001 From: paanSinghCoder Date: Mon, 13 Jan 2025 12:16:29 +0530 Subject: [PATCH] chore: minor changes before release --- apps/www/examples/shield-ts/assets.tsx | 16 ++++++++-------- apps/www/utils/routes.ts | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/www/examples/shield-ts/assets.tsx b/apps/www/examples/shield-ts/assets.tsx index 62db62dd..0fe44fce 100644 --- a/apps/www/examples/shield-ts/assets.tsx +++ b/apps/www/examples/shield-ts/assets.tsx @@ -163,10 +163,10 @@ export const Assets = () => { - - - - + {/* */} + {/* + */} + {/* */} <> @@ -208,7 +208,7 @@ const AssetsHeader = () => { style={{ width: "100%", padding: "4px", paddingTop: "48px" }} > - + {/* }> Home @@ -239,7 +239,7 @@ const AssetsHeader = () => { SEO settings content - + */} {/* Assets */} {/* @@ -252,12 +252,12 @@ const AssetsHeader = () => { }} /> */} - + /> */} {/* }> Custom Badge */} diff --git a/apps/www/utils/routes.ts b/apps/www/utils/routes.ts index ec81d801..5d454e94 100644 --- a/apps/www/utils/routes.ts +++ b/apps/www/utils/routes.ts @@ -13,7 +13,7 @@ export const primitivesRoutes = [ label: "Components", pages: [ { - title: "AnnoucementBar", + title: "Annoucement Bar", slug: "docs/primitives/components/announcementbar", newBadge: true, },