1
0
Fork 0

Update search form component

This commit is contained in:
Daniel Supernault 2018-11-18 21:38:23 -07:00
parent a7657199f5
commit 222fb6cc98
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ $(document).ready(function() {
'<div class="mr-3 h4 text-muted"><img src="'+data.thumb+'" width="32px"></div>' +
'<div class="media-body text-truncate">' +
'<p class="mt-0 mb-0 font-weight-bold">'+data.name+'</p>' +
'<p class="text-muted mb-0">'+data.value+'</p>' +
'<p class="text-muted mb-0 small">'+data.value+'</p>' +
'</div>' +
'</div>' +
'</a>';