Skip to content

Commit

Permalink
Update latest release in menus
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Dec 29, 2023
1 parent aa22708 commit 024f99e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const Footer: FunctionComponent<{
</li>
<li className='mb-2'>
{/* Do not use <Link>, as routes with a dot inside get rewritten without trailing slash */}
<a href='/releases/6.0.1/' className='text-reset'>
<a href='/releases/6.1.0/' className='text-reset'>
Releases
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion components/nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ const Nav: FunctionComponent = function () {
Blog
</Link>
<a
href='/releases/6.0.1/'
href='/releases/6.1.0/'
className={`dropdown-item ${
router.pathname === '/releases' ||
router.pathname === '/releases/[version]'
Expand Down
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
{
"source": "/releases{,/}",
"destination": "/releases/6.0.1/",
"destination": "/releases/6.1.0/",
"type": 302
},
{
Expand Down

0 comments on commit 024f99e

Please sign in to comment.