From 04741bcab43b21f839ff3db3b6731e69ecc31f7d Mon Sep 17 00:00:00 2001 From: Will Martin Date: Fri, 8 Dec 2023 11:37:03 -0500 Subject: [PATCH] [CL-135] update CL migration docs (#6926) --- libs/components/src/stories/migration.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/components/src/stories/migration.mdx b/libs/components/src/stories/migration.mdx index 730cfdb412..a18ba6ad22 100644 --- a/libs/components/src/stories/migration.mdx +++ b/libs/components/src/stories/migration.mdx @@ -39,8 +39,8 @@ Don't recreate the wheel. After reviewing a design, consult this Storybook to determine if there is a component built for your usecase. Don't waste effort styling a button or building a popover menu from scratch--we already -have those. If a component isn't flexible enough or doesn't exist for your usecase, contact Will -Martin. +have those. If a component isn't flexible enough or doesn't exist for your usecase, contact the +Component Library team. ### Use Tailwind @@ -211,4 +211,4 @@ without updating the desktop or browser templates. ## Questions -Please direct any development questions to Will Martin. Thank you! +Please direct any development questions to the Component Library team. Thank you!