diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e353e80..266653e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -# 1.71.6 +# 1.71.8 + +- CI/CD correction + +# 1.71.7 - Doc Site UI Change: corrected presentation of home page diff --git a/docs/beta/src/App.tsx b/docs/beta/src/App.tsx index ac86b4cf..057cc06c 100644 --- a/docs/beta/src/App.tsx +++ b/docs/beta/src/App.tsx @@ -140,7 +140,7 @@ let MainContent = React.memo(() => { }) function getHeaderContent(page, state, dispatch) { - return page != "home" ? ( + return page !== "home" ? (