Skip to content

Commit

Permalink
[release-3.4] fix: remove the how to modify platform info in base info (
Browse files Browse the repository at this point in the history
#4253)

fix: remove the how to modify platform info in base info

Signed-off-by: harrisonliu5 <harrisonliu@kubesphere.io>
Co-authored-by: harrisonliu5 <harrisonliu@kubesphere.io>
  • Loading branch information
ks-ci-bot and harrisonliu5 committed Nov 6, 2023
1 parent 5db6527 commit 7687bf7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/pages/settings/containers/BaseInfo/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import React, { Component } from 'react'
import { Panel, Text } from 'components/Base'
import Banner from 'components/Cards/Banner'
import { getDocsUrl } from 'utils'

import styles from './index.scss'

Expand Down Expand Up @@ -53,13 +52,6 @@ export default class BaseInfo extends Component {
title={location.host}
description={t('PLATFORM_ADDRESS')}
/>
<a
href={`${getDocsUrl('custom_console')}`}
target="_blank"
rel="noreferrer noopener"
>
{t('HOW_TO_MODIFY_PLATFORM_INFO')}
</a>
</div>
<div className={styles.content}>
<div className={styles.image}>
Expand Down

0 comments on commit 7687bf7

Please sign in to comment.