We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd29d0 commit b1a47a2Copy full SHA for b1a47a2
src/components/versionBanner.tsx
@@ -14,8 +14,7 @@ export function VersionBanner({
14
<div
15
className={`fixed bg-opacity-70 backdrop-blur-sm flex items-center content-center top-24 left-[50%] translate-x-[-50%] p-3 shadow-xl rounded bg-yellow-400 ${show ? '' : 'hidden'}`}
16
>
17
- You are currently reading docs for sdk version {version}. Redirect to latest
18
- version?{' '}
+ You're on version {version} of our SDK docs. Want to go to the latest version?{' '}
19
<Button className="ml-2" onClick={onClickLatest}>
20
Latest
21
</Button>
0 commit comments