Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Aug 18, 2021
1 parent 82ad75f commit bbddd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
</h3>
<p class="text-xs pb-2 font-thin text-gray-500">SQL query log executed for this request</p>
<div v-for="query in docs[{{$index}}]['queries']" class="mb-2">
<p class="text-sm">Time Took: @{{query.time}}ms</p>
<p class="text-sm font-thin">Query took: <span class="">@{{query.time}}ms</span></p>
<prism-editor
v-model="sqlFormatter.format(query['sql'])"
class="my-prism-editor"
Expand Down

0 comments on commit bbddd74

Please sign in to comment.