mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-08 23:14:00 +00:00
updated the terms of service tab icon and increase some panel width
This commit is contained in:
parent
d63f91008e
commit
70e244d10c
@ -19,6 +19,7 @@ import React, { useCallback, useMemo, useState } from 'react';
|
|||||||
import { useTranslation } from 'react-i18next';
|
import { useTranslation } from 'react-i18next';
|
||||||
import { ReactComponent as ContractIcon } from '../../../assets/svg/ic-contract.svg';
|
import { ReactComponent as ContractIcon } from '../../../assets/svg/ic-contract.svg';
|
||||||
import { ReactComponent as SecurityIcon } from '../../../assets/svg/ic-security.svg';
|
import { ReactComponent as SecurityIcon } from '../../../assets/svg/ic-security.svg';
|
||||||
|
import { ReactComponent as TermsIcon } from '../../../assets/svg/icon-test-suite.svg';
|
||||||
import { ReactComponent as QualityIcon } from '../../../assets/svg/policies.svg';
|
import { ReactComponent as QualityIcon } from '../../../assets/svg/policies.svg';
|
||||||
import { ReactComponent as SemanticsIcon } from '../../../assets/svg/semantics.svg';
|
import { ReactComponent as SemanticsIcon } from '../../../assets/svg/semantics.svg';
|
||||||
import { ReactComponent as TableIcon } from '../../../assets/svg/table-outline.svg';
|
import { ReactComponent as TableIcon } from '../../../assets/svg/table-outline.svg';
|
||||||
@ -168,7 +169,7 @@ const AddDataContract: React.FC<{
|
|||||||
{
|
{
|
||||||
label: (
|
label: (
|
||||||
<div className="d-flex items-center">
|
<div className="d-flex items-center">
|
||||||
<ContractIcon className="contract-tab-icon" />
|
<TermsIcon className="contract-tab-icon" />
|
||||||
<span>{t('label.terms-of-service')}</span>
|
<span>{t('label.terms-of-service')}</span>
|
||||||
</div>
|
</div>
|
||||||
),
|
),
|
||||||
|
|||||||
@ -86,7 +86,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.ant-tabs-nav {
|
.ant-tabs-nav {
|
||||||
width: 180px;
|
width: 200px;
|
||||||
height: initial;
|
height: initial;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user