last notes opacity, avoid profile linking

This commit is contained in:
Alejandro Gomez
2023-02-12 21:44:59 +01:00
committed by Kieran
parent 4cd174092a
commit 05a024e985
3 changed files with 11 additions and 2 deletions

View File

@ -89,7 +89,7 @@ export default function Timeline({
{latestFeed.length > 0 && (
<div className="card latest-notes pointer" onClick={() => showLatest()}>
{latestAuthors.slice(0, 3).map(p => {
return <ProfileImage pubkey={p} showUsername={false} />;
return <ProfileImage pubkey={p} showUsername={false} linkToProfile={false} />;
})}
<FormattedMessage
defaultMessage="{n} new {n, plural, =1 {note} other {notes}}"