Skip to content

Commit fce4b98

Browse files
committed
Add Powered by RNAcentral
1 parent 0aadceb commit fce4b98

File tree

1 file changed

+2
-1
lines changed
  • src/containers/SequenceSearch/components/SearchForm

1 file changed

+2
-1
lines changed

src/containers/SequenceSearch/components/SearchForm/index.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ class SearchForm extends React.Component {
7777
<fieldset>
7878
<div id="jd_submitButtonPanel">
7979
<input name="submit" type="submit" value="Submit" className="button" />{' '}
80-
<input name="clear" type="submit" value="Clear sequence" className="button" style={{background: '#6c757d'}} onClick={ this.props.onClearSequence } />
80+
<input name="clear" type="submit" value="Clear sequence" className="button" style={{background: '#6c757d'}} onClick={ this.props.onClearSequence } />{' '}
81+
<spam style={{float: 'right', fontFamily: 'Verdana,sans-serif', fontSize: '85%'}}>Powered by <a target='_blank' href='https://rnacentral.org/'>RNAcentral</a></spam>
8182
</div>
8283
</fieldset>
8384
</div>

0 commit comments

Comments
 (0)