fixed everything
This commit is contained in:
parent
5989c7672b
commit
e493933df6
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ const SearchResult = ({
|
||||||
<p className='mb-2'>
|
<p className='mb-2'>
|
||||||
<Topics topics={topics} showTitle />
|
<Topics topics={topics} showTitle />
|
||||||
</p>
|
</p>
|
||||||
<div className='mb-4'>
|
<div className='mb-4 flex flex-wrap gap-2'>
|
||||||
<ItemBadge itemName={type} /> <Status statusName={status} />
|
<ItemBadge itemName={type} /> <Status statusName={status} />
|
||||||
</div>
|
</div>
|
||||||
<h2 className={`${zillaSlab.className} text-2xl`}>Abstract</h2>
|
<h2 className={`${zillaSlab.className} text-2xl`}>Abstract</h2>
|
||||||
|
|
Loading…
Reference in a new issue