Skip to content

Commit ff743c9

Browse files
authored
Merge pull request #15 from Availity/feature/documentation-changes
fix: changes react to say legacy and changed will be to has been, UXDS-919
2 parents f401b63 + 8c95e0a commit ff743c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ module.exports = {
101101
],
102102
},
103103
{
104-
title: 'Availity React',
104+
title: 'Legacy Availity React',
105105
items: [
106106
{
107107
label: 'Documentation',

src/pages/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ const features = [
3535
target: '_self',
3636
},
3737
{
38-
title: 'Availity React',
38+
title: 'Legacy Availity React',
3939
icon: FaReact,
4040
// linkStyle: 'reactIcon',
4141
description: (
4242
<>
4343
React components and hooks. React components are built with the Availity UI Kit and Reactstrap 8.
44-
<Alert severity="error">This library will be replaced by Element.</Alert>
44+
<Alert severity="error">This library has been replaced by Element.</Alert>
4545
</>
4646
),
4747
href: 'https://availity.github.io/availity-react',
@@ -54,7 +54,7 @@ const features = [
5454
description: (
5555
<>
5656
Our custom CSS kit that is built on top of Bootstrap 4.{' '}
57-
<Alert severity="error">This library will be replaced by Element.</Alert>
57+
<Alert severity="error">This library has been replaced by Element.</Alert>
5858
</>
5959
),
6060
href: 'https://availity.github.io/availity-uikit',

0 commit comments

Comments
 (0)