Skip to content

Commit b99437d

Browse files
committed
docs: tweak masking hero
1 parent f92c2d9 commit b99437d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/pages/home/hero/hero.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ const cards: Omit<CardProps, 'autoplay' | 'onLoad'>[] = [
6868
href: Route.DOCS_SQL_EDITOR,
6969
cover: '/images/page/main/hero/query-data.webp',
7070
title: 'Dynamic Data Masking',
71-
description: 'Role-based multi-level masking policy with data classification.',
71+
description:
72+
'Role-based multi-level masking policy with data classification, custom algorithm.',
7273
},
7374
];
7475

0 commit comments

Comments
 (0)