[go: nahoru, domu]

Skip to content

Commit

Permalink
docs: link version in website header to GitHub release (#8236)
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann committed Jan 11, 2024
1 parent c3767ed commit 96ffd24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/website/docusaurusConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ const themeConfig: AlgoliaThemeConfig & ThemeCommonConfig = {
},
{
position: 'right',
value: `<div class="menu__version-item">v${version}</div>`,
type: 'html',
href: `https://github.com/typescript-eslint/typescript-eslint/releases/tag/v${version}`,
label: `v${version}`,
},
{
to: 'play',
Expand Down

0 comments on commit 96ffd24

Please sign in to comment.