Skip to content

Commit

Permalink
comment out hightlight http (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr authored Aug 9, 2024
1 parent 968c448 commit ff35568
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,8 @@
class="block text-sm whitespace-pre-line"
class:flash={copyTooltip.requestURL}
>
{@html highlight('http', requestURL)}
{requestURL}
<!-- {@html highlight('http', requestURL)} -->
</span>
</div>
{/if}
Expand Down

0 comments on commit ff35568

Please sign in to comment.