Skip to content

Commit

Permalink
Merge pull request #19 from kim3ho1/main
Browse files Browse the repository at this point in the history
fix: chat bot icon id
  • Loading branch information
DDonghyeo authored Jan 11, 2024
2 parents 5a32bfa + d1b2e0f commit c2112c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions report.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
<!-- 여기에 실제 단백질 섭취량과 목표를 표시 -->
<span id="advice_1"
>
<img id="loading" src="/img/loading.gif" alt="" style="height: 20px;">
<img id="1_loading" src="/img/loading.gif" alt="" style="height: 20px;">
</span>
</div>
</div>
Expand All @@ -249,7 +249,7 @@
<div class="mb-0 font-weight-light text-gray-800">
<!-- 여기에 실제 단백질 섭취량과 목표를 표시 -->
<span id="advice_1"
><img id="loading" src="/img/loading.gif" alt="" style="height: 20px;">
><img id="2_loading" src="/img/loading.gif" alt="" style="height: 20px;">
</span>
</div>
</div>
Expand All @@ -275,7 +275,7 @@
<div class="mb-0 font-weight-light text-gray-800">
<!-- 여기에 실제 단백질 섭취량과 목표를 표시 -->
<span id="advice_1"
><img id="loading" src="/img/loading.gif" alt="" style="height: 20px;">
><img id="3_loading" src="/img/loading.gif" alt="" style="height: 20px;">
</span>
</div>
</div>
Expand Down

0 comments on commit c2112c1

Please sign in to comment.