We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92c2d9 commit b99437dCopy full SHA for b99437d
src/components/pages/home/hero/hero.tsx
@@ -68,7 +68,8 @@ const cards: Omit<CardProps, 'autoplay' | 'onLoad'>[] = [
68
href: Route.DOCS_SQL_EDITOR,
69
cover: '/images/page/main/hero/query-data.webp',
70
title: 'Dynamic Data Masking',
71
- description: 'Role-based multi-level masking policy with data classification.',
+ description:
72
+ 'Role-based multi-level masking policy with data classification, custom algorithm.',
73
},
74
];
75
0 commit comments