File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ module.exports = {
2626 } ,
2727 items : [
2828 {
29- to : 'https://availity.github.io/element' ,
30- target : '_self' ,
29+ href : 'https://zeroheight.com/2e36e50c7/p/77f9e0-components' ,
3130 label : 'Element' ,
3231 position : 'right' ,
3332 } ,
@@ -43,6 +42,12 @@ module.exports = {
4342 label : 'Workflow' ,
4443 position : 'right' ,
4544 } ,
45+ {
46+ to : 'https://availity.github.io/availity-react' ,
47+ target : '_self' ,
48+ label : 'React' ,
49+ position : 'right' ,
50+ } ,
4651 {
4752 href : 'https://github.com/availity/availity.github.io' ,
4853 position : 'right' ,
@@ -59,8 +64,7 @@ module.exports = {
5964 items : [
6065 {
6166 label : 'Documentation' ,
62- to : 'https://availity.github.io/element' ,
63- target : '_self' ,
67+ href : 'https://zeroheight.com/2e36e50c7/p/77f9e0-components' ,
6468 } ,
6569 {
6670 label : 'GitHub Repository' ,
Original file line number Diff line number Diff line change @@ -38,7 +38,12 @@ const features = [
3838 title : 'Availity React' ,
3939 icon : FaReact ,
4040 // linkStyle: 'reactIcon',
41- description : < > React components and hooks. React components are built with the Availity UI Kit and Reactstrap 8.</ > ,
41+ description : (
42+ < >
43+ 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 >
45+ </ >
46+ ) ,
4247 href : 'https://availity.github.io/availity-react' ,
4348 target : '_self' ,
4449 } ,
@@ -49,7 +54,7 @@ const features = [
4954 description : (
5055 < >
5156 Our custom CSS kit that is built on top of Bootstrap 4.{ ' ' }
52- < Alert severity = "error" > This library will be retired 01/01/26</ Alert >
57+ < Alert severity = "error" > This library will be retired 01/01/26. </ Alert >
5358 </ >
5459 ) ,
5560 href : 'https://availity.github.io/availity-uikit' ,
You can’t perform that action at this time.
0 commit comments