Skip to content

Commit

Permalink
Add demo to main links
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyGiraudel committed Feb 28, 2021
1 parent 11128f8 commit ab4c795
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,20 @@ module.exports = {
title: 'a11y-dialog',
items: [
{
href: 'https://twitter.com/HugoGiraudel',
label: 'Twitter',
href: 'https://codesandbox.io/s/a11y-dialog-cp3rz',
label: 'Demo',
position: 'right',
},
{
href: 'https://github.com/HugoGiraudel/a11y-dialog',
label: 'GitHub',
position: 'right',
},
{
href: 'https://twitter.com/HugoGiraudel',
label: 'Twitter',
position: 'right',
},
],
},

Expand Down

0 comments on commit ab4c795

Please sign in to comment.