mirror of
https://github.com/aljazceru/nostr-profile-manager.git
synced 2025-12-17 05:34:20 +01:00
title tag on contact name.
This commit is contained in:
@@ -76,7 +76,7 @@ const sameContact = (
|
|||||||
|
|
||||||
const getPetname = (a:['p', string, string, string]):string => {
|
const getPetname = (a:['p', string, string, string]):string => {
|
||||||
if (a[3] && a[3].length > 0) return `<mark>${a[3]}</mark>`;
|
if (a[3] && a[3].length > 0) return `<mark>${a[3]}</mark>`;
|
||||||
return `<mark>${getContactName(a[1])}</mark>`;
|
return `<mark title="${a[1]}">${getContactName(a[1])}</mark>`;
|
||||||
};
|
};
|
||||||
|
|
||||||
export const generateContactsChanges = (
|
export const generateContactsChanges = (
|
||||||
|
|||||||
Reference in New Issue
Block a user