Skip to content

Commit

Permalink
Removed 'Published' from search results
Browse files Browse the repository at this point in the history
  • Loading branch information
zotya committed Mar 27, 2023
1 parent 228661f commit 37751c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searchlib/components/Result/HorizontalCardItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const ExtraContent = (props) => {
<div>
<div className="result-bottom">
<div className="result-info">
<span className="result-info-title">Published: </span>
{/* <span className="result-info-title">Published: </span> */}
<DateTime format="DATE_MED" value={result.issued} />
</div>
<div className="result-info">
Expand Down

0 comments on commit 37751c3

Please sign in to comment.