diff --git a/src/app/components/info-tile/info-tile.component.html b/src/app/components/info-tile/info-tile.component.html
index a7b9aabedecf1a503d4dd2c1208ddfad8d3a748c..e9ade0d4858a965e00c302a07ba8bae44ac96cba 100644
--- a/src/app/components/info-tile/info-tile.component.html
+++ b/src/app/components/info-tile/info-tile.component.html
@@ -136,13 +136,6 @@
     <span class="is-capitalized"> MONDO:{{ wrapper.data.disorderId }}</span>
   </a>
 </p>
-<p *ngIf="showLinks()"
-   [ngClass]="{ 'text-normal': drugstoneConfig.smallStyle }">
-  <b><span>Links:</span></b>
-  <span *ngFor="let target of linkoutMap | keyvalue " >
-    <a *ngIf="showLinkout(target.key)" [href]="getLinkoutURL(target.key)" target="_blank"> {{target.value}}</a>
-  </span>
-</p>
 <p
   *ngIf="
     drugstoneConfig.currentConfig().nodeGroups[
@@ -171,6 +164,13 @@
   >
 
 </p>
+<p *ngIf="showLinks()"
+   [ngClass]="{ 'text-normal': drugstoneConfig.smallStyle }">
+  <b><span>Links:</span></b>
+  <span *ngFor="let target of linkoutMap | keyvalue " >
+    <a *ngIf="showLinkout(target.key)" [href]="getLinkoutURL(target.key)" target="_blank"> {{target.value}}</a>
+  </span>
+</p>
 
 <app-toggle
   *ngIf="wrapper.data.drugstoneId && wrapper.data.drugstoneType === 'protein'"