diff --git a/src/app/notes/canvas/note-section/note-card/note-card.component.html b/src/app/notes/canvas/note-section/note-card/note-card.component.html index ea1d156..a919cea 100644 --- a/src/app/notes/canvas/note-section/note-card/note-card.component.html +++ b/src/app/notes/canvas/note-section/note-card/note-card.component.html @@ -24,21 +24,16 @@ information does not exist for a screen reader. --> {{ 'notes.pinnedState' | transloco }} } - + @if (!isChecklist()) { } - - @if (note().title) { - {{ note().title }} - } @else { - {{ 'notes.untitled' | transloco }} - } - @if (hasPlaceholders()) { @@ -54,8 +49,12 @@ {{ 'notes.attachmentsCount' | transloco: { count: note().attachmentCount } }} } - @if (note().pinned) { - + + + @if (note().title) { + {{ note().title }} + } @else { + {{ 'notes.untitled' | transloco }} } @@ -103,6 +102,14 @@ + + @if (note().pinned) { + + } +