From 0e196102b8c8121227b6595df42bf6f81fc572f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matuzal=C3=A9m=20Teles?= Date: Thu, 7 Mar 2024 15:29:55 -0600 Subject: [PATCH] chore: update page --- www/app/_components/Heading.tsx | 2 +- www/app/_examples/autocomplete.tsx | 4 ++-- www/app/page.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/app/_components/Heading.tsx b/www/app/_components/Heading.tsx index 1340e63499..b24fa169ea 100644 --- a/www/app/_components/Heading.tsx +++ b/www/app/_components/Heading.tsx @@ -45,7 +45,7 @@ export default function Heading({description, title, npmPackage, use}: Props) { - + ( }} placeholder="Enter a number from One to Five" > - {(item) => {item}} + {(item) => {item}} ); @@ -46,7 +46,7 @@ export const MenuTrigger = () => ( placeholder="Enter the name of a fruit" menuTrigger="focus" > - {(item) => {item}} + {(item) => {item}} ); diff --git a/www/app/page.tsx b/www/app/page.tsx index d4acca11d0..b3517a7783 100644 --- a/www/app/page.tsx +++ b/www/app/page.tsx @@ -70,7 +70,7 @@ export default function Home() {

- Clay is an extensive Component Library, where you'll + Clay is an extensive Component Library, where you'll find useful components—with extensive code examples—for your web application.