You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -127,10 +127,10 @@ class Results extends React.Component {
127
127
<td>{entry.e_value}</td>
128
128
<td>{entry.strand}</td>
129
129
</tr>
130
-
)) : <trkey={"noResults"}><tdcolSpan="7"style={{textAlign: 'center'}}>The query sequence did not match any Rfam families.</td></tr>}
130
+
))}
131
131
</tbody>
132
132
</table>
133
-
]}
133
+
] : <p>The query sequence did not match any <imgsrc={'https://rnacentral.org/static/img/expert-db-logos/rfam.png'}alt="Rfam logo"style={{width: "6%",verticalAlign: "sub"}}/> families.</p>}
134
134
</div>
135
135
)
136
136
}
@@ -161,7 +161,7 @@ class Results extends React.Component {
161
161
</div>
162
162
</section>
163
163
</div>
164
-
</div> : this.props.rnacentral ? <div>No results.</div> : <div>The query sequence did not match any {this.props.databases} sequences. You can <ahref="#"onClick={this.submitToRnacentral}>try to search against RNAcentral</a>.</div>
164
+
</div> : this.props.status==="loading" ? <iclassName="animated infinite flash">...</i> : this.props.rnacentral ? <div>No results at <imgsrc={'https://rnacentral.org/static/img/logo/rnacentral-logo.png'}alt="RNAcentral logo"style={{width: "2%",verticalAlign: "sub"}}/> RNAcentral.</div> : <div>The query sequence did not match any {this.props.databases} sequences. You can <ahref="#"onClick={this.submitToRnacentral}>try to search against RNAcentral</a>.</div>
0 commit comments