Skip to content

Commit

Permalink
fix: use zeroheight link
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmartDOTin committed Oct 4, 2024
1 parent cabdb69 commit cf090f8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
12 changes: 8 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ module.exports = {
},
items: [
{
to: 'https://availity.github.io/element',
target: '_self',
href: 'https://zeroheight.com/2e36e50c7/p/77f9e0-components',
label: 'Element',
position: 'right',
},
Expand All @@ -43,6 +42,12 @@ module.exports = {
label: 'Workflow',
position: 'right',
},
{
to: 'https://availity.github.io/availity-react',
target: '_self',
label: 'React',
position: 'right',
},
{
href: 'https://github.com/availity/availity.github.io',
position: 'right',
Expand All @@ -59,8 +64,7 @@ module.exports = {
items: [
{
label: 'Documentation',
to: 'https://availity.github.io/element',
target: '_self',
href: 'https://zeroheight.com/2e36e50c7/p/77f9e0-components',
},
{
label: 'GitHub Repository',
Expand Down
9 changes: 7 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@ const features = [
title: 'Availity React',
icon: FaReact,
// linkStyle: 'reactIcon',
description: <>React components and hooks. React components are built with the Availity UI Kit and Reactstrap 8.</>,
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>
</>
),
href: 'https://availity.github.io/availity-react',
target: '_self',
},
Expand All @@ -49,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 retired 01/01/26</Alert>
<Alert severity="error">This library will be retired 01/01/26.</Alert>
</>
),
href: 'https://availity.github.io/availity-uikit',
Expand Down

0 comments on commit cf090f8

Please sign in to comment.