Skip to content

Commit c0aeb20

Browse files
committed
chore: tweak data masking landing
1 parent a99e7d8 commit c0aeb20

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/app/[locale]/data-masking/page.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ import { BlogPost } from '@/types/blog-post';
77

88
export const metadata = getMetadata(SEO_DATA.DATA_MASKING);
99

10-
const POSTS = ['how-to-manage-database-access-control', 'mysql-data-masking', 'bytebase-vs-flyway'];
10+
const POSTS = [
11+
'what-is-dynamic-data-masking',
12+
'how-to-manage-database-access-control',
13+
'bytebase-vs-cloudbeaver',
14+
];
1115

1216
const DataMaskingPage = () => {
1317
const relatedPosts: BlogPost[] = [];

src/components/pages/home/promo-data-masking/promo-data-masking.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ const data: AccordionData[] = [
3030
image: '/images/page/main/data-masking/column-level.webp',
3131
},
3232
{
33-
title: 'Unmasked access',
34-
description: 'Grant access to unmasked data for specific users.',
33+
title: 'Conditional unmasking',
34+
description: 'Grant access to unmasked data for specific users and groups.',
3535
image: '/images/page/main/data-masking/access-control.webp',
3636
},
3737
];

0 commit comments

Comments
 (0)