Skip to content

Commit

Permalink
CB-4913 fix contact site link in the Product Information (#2507)
Browse files Browse the repository at this point in the history
Co-authored-by: Daria Marutkina <[email protected]>
  • Loading branch information
LonwoLonwo and dariamarutkina authored Mar 27, 2024
1 parent f548406 commit b54dd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/packages/plugin-product/src/ProductInfoDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const ProductInfoDialog = observer<DialogComponentProps<null>>(function P
<FormFieldDescription className={s(styles, { formFieldDescription: true })} label={translate('app_product_info_contacts')}>
<div className={s(styles, { contactsInfo: true })}>
You can contact us via our
<Link href="https://cloudbeaver.io/contact/" target="_blank" rel="noopener noreferrer">
<Link href="https://dbeaver.com/company/contact/" target="_blank" rel="noopener noreferrer">
{' '}
Site{' '}
</Link>
Expand Down

0 comments on commit b54dd53

Please sign in to comment.