Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lex-Ai committed Mar 17, 2022
1 parent 8de7103 commit 6ef5e47
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 74 deletions.
2 changes: 1 addition & 1 deletion app/components/cards/PostSummary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ class PostSummary extends React.Component {

total_search = total_search ? <span class="strike" style={{ fontSize: '1rem', paddingBottom: '1rem' }}>
{tt('g.and_more_search_posts_COUNT', { COUNT: total_search })}
<img className="float-center" src={require("app/assets/images/search.png")} width="400" />
<a target="_blank" href="/search"><img className="float-center" src={require("app/assets/images/search.png")} width="400" /></a>
</span> : null

if (content.get('force_hide')) {
Expand Down
Loading

0 comments on commit 6ef5e47

Please sign in to comment.