We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d7907 commit 3a81b31Copy full SHA for 3a81b31
src/components/banners/alpha-banner.tsx
@@ -37,8 +37,8 @@ export function AlphaBanner() {
37
return (
38
<Link href={stableUrl} className="hover:underline transition-all">
39
<Callout title="Alpha Version" type="warn">
40
- You're viewing an unaudited alpha version.
41
- Click here to visit the latest stable release.
+ You're viewing an unaudited alpha version. Click here to visit the
+ latest stable release.
42
</Callout>
43
</Link>
44
);
0 commit comments