Skip to content

Commit

Permalink
Merge pull request #115 from siwonKH/main
Browse files Browse the repository at this point in the history
Update: remove result anchor
  • Loading branch information
siwonkh authored Jul 13, 2023
2 parents 151340b + c9c1f32 commit bdf0181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/mobile/chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
<div class="flex flex-col px-6 py-3 space-y-6">
<div class="flex justify-between items-center">
<a></a>
<a href="/m/result" class="font-bold">분석결과</a>
<a class="font-bold">분석결과</a>
<button id="chatPageBtn" class="text-stone-500 cursor-pointer"></button>
</div>
</div>
Expand Down

0 comments on commit bdf0181

Please sign in to comment.