Skip to content

Commit

Permalink
feat(navbar): Add whats new link
Browse files Browse the repository at this point in the history
  • Loading branch information
ninetteadhikari authored and janl committed Dec 8, 2022
1 parent 793e200 commit e83c0f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/addons/fauxton/navigation/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const Footer = ({version}) => {
Fauxton on  
<a href="http:https://couchdb.apache.org/">Apache CouchDB</a>
<div>v. {version}</div>
<a href={`https://docs.couchdb.org/en/${version}-docs/whatsnew/${version}.html`}>What&apos;s New?</a>
</div>
);

Expand Down

0 comments on commit e83c0f4

Please sign in to comment.