mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Removed unnecessary border
This commit is contained in:
parent
552118d02f
commit
831014859e
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ function Results({posts, authors, tags}) {
|
||||||
|
|
||||||
function NoResultsBox() {
|
function NoResultsBox() {
|
||||||
return (
|
return (
|
||||||
<div className='py-4 px-7 border-t border-neutral-200'>
|
<div className='py-4 px-7'>
|
||||||
<p className='text-[1.65rem] text-neutral-400 leading-normal'>No matches found...</p>
|
<p className='text-[1.65rem] text-neutral-400 leading-normal'>No matches found...</p>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue