Skip to content

Commit 3a81b31

Browse files
committed
Fix linting issue
1 parent 44d7907 commit 3a81b31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/banners/alpha-banner.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ export function AlphaBanner() {
3737
return (
3838
<Link href={stableUrl} className="hover:underline transition-all">
3939
<Callout title="Alpha Version" type="warn">
40-
You're viewing an unaudited alpha version.
41-
Click here to visit the latest stable release.
40+
You're viewing an unaudited alpha version. Click here to visit the
41+
latest stable release.
4242
</Callout>
4343
</Link>
4444
);

0 commit comments

Comments
 (0)