OSDN Git Service

remove unneccesary link
authorZhiting Lin <zlin035@uottawa.ca>
Wed, 11 Apr 2018 07:55:53 +0000 (15:55 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Wed, 11 Apr 2018 07:55:53 +0000 (15:55 +0800)
src/features/accounts/components/AccountUpdate.jsx
src/features/assets/components/AssetUpdate.jsx

index 6c384d5..ad97fe2 100644 (file)
@@ -1,7 +1,6 @@
 import React from 'react'
 import { BaseUpdate, FormContainer, FormSection, JsonField, NotFound } from 'features/shared/components'
 import { reduxForm } from 'redux-form'
-import { docsRoot } from 'utility/environment'
 
 class Form extends React.Component {
   constructor(props) {
@@ -81,8 +80,6 @@ class Form extends React.Component {
             ' Queries reflect the account tags that are present when transactions are submitted. ' +
             'Only new transaction activity will reflect the updated tags. '
           )}
-          <a href={`${docsRoot}/core/build-applications/accounts#update-tags-on-existing-accounts`} target='_blank' style={{whiteSpace: 'nowrap'}}>
-            { lang === 'zh' ? '了解更多' : 'Learn more'} →</a>
         </p>
       </FormSection>
     </FormContainer>
index 18aaead..fca7bb2 100644 (file)
@@ -1,7 +1,6 @@
 import React from 'react'
 import { BaseUpdate, FormContainer, FormSection, JsonField, NotFound } from 'features/shared/components'
 import { reduxForm } from 'redux-form'
-import { docsRoot } from 'utility/environment'
 
 class Form extends React.Component {
   constructor(props) {
@@ -81,8 +80,6 @@ class Form extends React.Component {
             'Queries reflect the asset tags that are present when transactions are submitted.' +
             ' Only new transaction activity will reflect the updated tags. '
           )}
-           <a href={`${docsRoot}/core/build-applications/assets#update-tags-on-existing-assets`} target='_blank' style={{whiteSpace: 'nowrap'}}>
-             { lang === 'zh' ? '了解更多' : 'Learn more'} →</a>
         </p>
       </FormSection>
     </FormContainer>