Skip to content

Commit e9b38b3

Browse files
committed
eye emoji instead of the eye icon
1 parent c4f14cd commit e9b38b3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/domain/entities/History.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,7 @@ export type NoteHistoryMeta = Omit<NoteHistoryRecord, 'content' | 'noteId' | 'to
5858
user: UserMeta;
5959
};
6060

61+
/**
62+
* Note history record with user meta data
63+
*/
6164
export type NoteHistoryView = NoteHistoryRecord & { user: UserMeta };

src/presentation/pages/Note.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
secondary
2424
@click="router.push(`/note/${noteId}/history`)"
2525
>
26-
history
26+
👁️
2727
</Button>
2828
<Button
2929
v-if="canEdit"

0 commit comments

Comments
 (0)