From 8c95e0a05d18016e4551440a141df3b34e98fec9 Mon Sep 17 00:00:00 2001 From: David Glen Crittendon Date: Thu, 17 Jul 2025 14:19:07 -0400 Subject: [PATCH] fix: changes react to say legacy and changed will be to has been, UXDS-919 --- docusaurus.config.js | 2 +- src/pages/index.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index f0967a79..a9615332 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -101,7 +101,7 @@ module.exports = { ], }, { - title: 'Availity React', + title: 'Legacy Availity React', items: [ { label: 'Documentation', diff --git a/src/pages/index.js b/src/pages/index.js index 57d73ec9..77a6315c 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -35,13 +35,13 @@ const features = [ target: '_self', }, { - title: 'Availity React', + title: 'Legacy Availity React', icon: FaReact, // linkStyle: 'reactIcon', description: ( <> React components and hooks. React components are built with the Availity UI Kit and Reactstrap 8. - This library will be replaced by Element. + This library has been replaced by Element. ), href: 'https://availity.github.io/availity-react', @@ -54,7 +54,7 @@ const features = [ description: ( <> Our custom CSS kit that is built on top of Bootstrap 4.{' '} - This library will be replaced by Element. + This library has been replaced by Element. ), href: 'https://availity.github.io/availity-uikit',