mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update search form component
This commit is contained in:
parent
a7657199f5
commit
222fb6cc98
1 changed files with 1 additions and 1 deletions
2
resources/assets/js/components/searchform.js
vendored
2
resources/assets/js/components/searchform.js
vendored
|
@ -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>';
|
||||
|
|
Loading…
Reference in a new issue