Skip to content

Commit 1cfa0e3

Browse files
Merge pull request #10 from Availity/docs/element
fix: external link icons
2 parents eb4e5df + cabdb69 commit 1cfa0e3

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docusaurus.config.js

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ module.exports = {
2626
},
2727
items: [
2828
{
29-
href: 'https://availity.github.io/element',
29+
to: 'https://availity.github.io/element',
3030
target: '_self',
3131
label: 'Element',
3232
position: 'right',
3333
},
3434
{
35-
href: 'https://availity.github.io/sdk-js',
35+
to: 'https://availity.github.io/sdk-js',
3636
target: '_self',
3737
label: 'SDK-JS',
3838
position: 'right',
3939
},
4040
{
41-
href: 'https://availity.github.io/availity-workflow',
41+
to: 'https://availity.github.io/availity-workflow',
4242
target: '_self',
4343
label: 'Workflow',
4444
position: 'right',
@@ -59,7 +59,7 @@ module.exports = {
5959
items: [
6060
{
6161
label: 'Documentation',
62-
href: 'https://availity.github.io/element',
62+
to: 'https://availity.github.io/element',
6363
target: '_self',
6464
},
6565
{
@@ -73,7 +73,7 @@ module.exports = {
7373
items: [
7474
{
7575
label: 'Documentation',
76-
href: 'https://availity.github.io/sdk-js',
76+
to: 'https://availity.github.io/sdk-js',
7777
target: '_self',
7878
},
7979
{
@@ -87,7 +87,7 @@ module.exports = {
8787
items: [
8888
{
8989
label: 'Documentation',
90-
href: 'https://availity.github.io/availity-workflow',
90+
to: 'https://availity.github.io/availity-workflow',
9191
target: '_self',
9292
},
9393
{
@@ -101,7 +101,7 @@ module.exports = {
101101
items: [
102102
{
103103
label: 'Documentation',
104-
href: 'https://availity.github.io/availity-react',
104+
to: 'https://availity.github.io/availity-react',
105105
target: '_self',
106106
},
107107
{
@@ -115,7 +115,8 @@ module.exports = {
115115
items: [
116116
{
117117
label: 'Documentation',
118-
href: 'https://availity.github.io/availity-uikit',
118+
to: 'https://availity.github.io/availity-uikit',
119+
target: '_self',
119120
},
120121
{
121122
label: 'GitHub Repository',

0 commit comments

Comments
 (0)