Skip to content

Commit 54d2080

Browse files
committed
fix(webview): replace empty welcome docs link with plain text in [RooTips.tsx](webview-ui/src/components/welcome/RooTips.tsx)
1 parent b58e464 commit 54d2080

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

webview-ui/src/components/welcome/RooTips.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@ const RooTips = () => {
2828
<Trans
2929
i18nKey="chat:about"
3030
components={{
31-
DocsLink: (
32-
<a href={buildDocLink("", "welcome")} target="_blank" rel="noopener noreferrer">
33-
the docs
34-
</a>
35-
),
31+
DocsLink: <span>the docs</span>,
3632
}}
3733
/>
3834
</p>

0 commit comments

Comments
 (0)