Skip to content

Commit

Permalink
Logo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VidyasagarMSC committed Sep 23, 2020
1 parent 1adf04c commit a1f8ca5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/public/501.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 class="navbar-item title">
<div class="field is-grouped">
<p class="control">
<a target="_blank" href="https://cloud.ibm.com/docs/codeengine">
<img src="images/code-engine-logo.svg" alt="Code Engine Logo" width="16" height="16">
<img src="./code-engine-logo.svg" alt="Code Engine Logo" width="16" height="16">
Code-Engine
</a>
</p>
Expand Down Expand Up @@ -90,7 +90,7 @@ <h1 class="title">Congratulations! Your Frontend is working</h1>
<div class="container">
<div class="tabs is-centered">
<ul>
<li class="is-active"><a href="https://www.ibm.com/cloud" target="_blank"> <img src="images/cloud.png" alt="IBM Cloud logo" width="16" height="16">&nbsp;IBM Cloud</a></li>
<li class="is-active"><a href="https://www.ibm.com/cloud" target="_blank"> <img src="./cloud.png" alt="IBM Cloud logo" width="16" height="16">&nbsp;IBM Cloud</a></li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h1 class="navbar-item title">
<div class="container">
<div class="tabs is-centered">
<ul>
<li class="is-active"><a href="https://www.ibm.com/cloud" target="_blank"> <img src="images/cloud.png" alt="IBM Cloud logo" width="16" height="16">&nbsp;IBM Cloud</a></li>
<li class="is-active"><a href="https://www.ibm.com/cloud" target="_blank"> <img src="./cloud.png" alt="IBM Cloud logo" width="16" height="16">&nbsp;IBM Cloud</a></li>
<li class="is-active"><a target="_blank" href="https://cloud.ibm.com/docs/solution-tutorials?topic=solution-tutorials-image_classification_code_engine">
<i class="fab fa-readme"></i>
&nbsp;Solution-tutorial
Expand Down

0 comments on commit a1f8ca5

Please sign in to comment.