diff options
Diffstat (limited to 'templates/note.php')
| -rw-r--r-- | templates/note.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/note.php b/templates/note.php index 4f11d83..31795e4 100644 --- a/templates/note.php +++ b/templates/note.php @@ -19,5 +19,10 @@ <div class="content"> <?= $note->getFormattedContent('text/html') ?? htmlspecialchars($note->plainContent) ?> </div> + <div class="buttons"> + <button title="Like" class="icon material-symbols-outlined">favorite</button> + <button title="Dislike" class="icon material-symbols-outlined">heart_broken</button> + <button title="Reshare" class="icon material-symbols-outlined">repeat</button> + </div> </div> </article>
\ No newline at end of file |
