Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ module.exports = {
],
},
{
title: 'Availity React',
title: 'Legacy Availity React',
items: [
{
label: 'Documentation',
Expand Down
6 changes: 3 additions & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<Alert severity="error">This library will be replaced by Element.</Alert>
<Alert severity="error">This library has been replaced by Element.</Alert>
</>
),
href: 'https://availity.github.io/availity-react',
Expand All @@ -54,7 +54,7 @@ const features = [
description: (
<>
Our custom CSS kit that is built on top of Bootstrap 4.{' '}
<Alert severity="error">This library will be replaced by Element.</Alert>
<Alert severity="error">This library has been replaced by Element.</Alert>
</>
),
href: 'https://availity.github.io/availity-uikit',
Expand Down