Skip to content

Commit

Permalink
feat: pdf button
Browse files Browse the repository at this point in the history
  • Loading branch information
lilpacy committed Jul 5, 2024
1 parent b345742 commit 4e0907a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ const config: Config = {
position: 'left',
label: 'Whitepaper',
},
// {
// href: 'pathname:///pdf/Animechain_whitepaper_v1.pdf',
// label: 'Download PDF',
// position: 'right',
// className: 'navbar__item--pdf',
// },
{
href: 'pathname:///pdf/Animechain_whitepaper_v1.pdf',
label: 'Download PDF',
position: 'right',
className: 'navbar__item--pdf',
},
],
},
footer: {
Expand Down

0 comments on commit 4e0907a

Please sign in to comment.