Skip to content

Commit

Permalink
fix image bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoranzhou committed May 13, 2024
1 parent 46a9a41 commit c0d96a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3814,7 +3814,7 @@ <h5 class="modal-title" id="update-label">You can cite this tool</h5>


<div class="col-3 align-self-center" >
<a href="https://www.mdpi.com/2306-5729/8/11/159" target="_blank" ><img src="/images/cover.png" class="img-fluid" alt="issueCover" ></a>
<a href="https://www.mdpi.com/2306-5729/8/11/159" target="_blank" ><img src="https://nfdi4plants.github.io/dataplan/images/cover.png" class="img-fluid" alt="issueCover" ></a>
</div>

</div>
Expand Down

0 comments on commit c0d96a8

Please sign in to comment.