Skip to content

Commit

Permalink
dir search tile remove new (#179)
Browse files Browse the repository at this point in the history
Signed-off-by: Kial Jinnah <[email protected]>
  • Loading branch information
kialj876 authored Jul 6, 2024
1 parent cae7fce commit 067cc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/user-product-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function getProductInfo (config, type: ProductCode): ProductI {
image: 'img/NDS_dashboard_thumbnail_image.jpg',
link: appendAccountId(config?.ndsUrl) || 'link_not_configured',
text: 'Search for the names and addresses of people associated with businesses in B.C.',
title: 'Director Search (New)'
title: 'Director Search'
} as ProductI
case ProductCode.PPR:
return {
Expand Down

0 comments on commit 067cc74

Please sign in to comment.