Remove the ID tooltip on date since this is now available in copy

This commit is contained in:
SondreB 2022-12-26 01:03:16 +01:00
parent e5aa4c1602
commit cd43d14086
No known key found for this signature in database
GPG Key ID: D6CC44C75005FDBF

View File

@ -19,7 +19,7 @@
<div class="events" *ngFor="let event of events; trackBy: trackByFn">
<app-profile-actions [event]="event"></app-profile-actions>
<app-profile-header [pubkey]="event.pubkey"
><span class="event-date" [matTooltip]="event.id!" matTooltipPosition="below">{{ event.created_at | ago }}</span> <app-directory-icon [pubkey]="event.pubkey"></app-directory-icon
><span class="event-date" matTooltipPosition="below">{{ event.created_at | ago }}</span> <app-directory-icon [pubkey]="event.pubkey"></app-directory-icon
></app-profile-header>
<div class="content">
{{ event.content }}<span *ngIf="event.contentCut">... (message was truncated)</span>