Skip to content

Commit

Permalink
Remove the "upcoming release" notice
Browse files Browse the repository at this point in the history
v17 will not be an upcoming release for self-hosted customers when we
release it. Remove the notice warning users who switch to the v17
dropdown option that this is an upcoming release.
  • Loading branch information
ptgott committed Nov 14, 2024
1 parent b44a984 commit 4628b7c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions layouts/DocsPage/DocsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,6 @@ const DocsPage = ({
version instead.
</>
)}
{isBetaVersion && (
<>
This chapter covers an upcoming release: {current}. We
recommend the <Link href={`${urlCurrent}`}>latest</Link>{" "}
version instead.
</>
)}
</Notice>
)}
<VarsProvider>
Expand Down

0 comments on commit 4628b7c

Please sign in to comment.