Skip to content

Commit

Permalink
fix: placeholder component
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaltiok committed Sep 5, 2022
1 parent aba638e commit bcf78b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ResultPlaceholder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<hr>
<div class="grid sm:grid-cols-2 auto-rows-auto py-3 px-4 gap-3">
<div v-for="item in 4">
<p class="text-sm font-medium text-gray-100 bg-gray-100 rounded w-28">{{ result.id }}</p>
<p class="text-sm font-medium text-gray-100 bg-gray-100 rounded w-28">xxxxxxxx</p>
<p class="text-sm text-gray-100 bg-gray-100 w-[fit-content] rounded mt-1">xxxxxxxx</p>
</div>
</div>
Expand Down

0 comments on commit bcf78b3

Please sign in to comment.