Skip to content

Commit 20c10d1

Browse files
committed
switch back to Link instead of anchor for consistency and avoid issues in the future
1 parent 38e8bb0 commit 20c10d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/webviews/src/constants/window/helpTexts.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ export const helpTexts = {
2424
{l10n.t('here. ')}
2525
</Link>
2626
{l10n.t('You can also create a ')}
27-
<a
27+
<Link
2828
onClick={onFreeTrialDbClick}
2929
className="underline hover:no-underline"
3030
data-testid="no-json-module-create-free-db"
31-
href="#"
31+
to=""
3232
>
3333
{l10n.t('free trial Redis Cloud database')}
34-
</a>
34+
</Link>
3535
{l10n.t(' with built-in JSON support.')}
3636
</>
3737
),

0 commit comments

Comments
 (0)