Merge pull request #154 from ivanacostarubio/bootleg

bug: logout reply
This commit is contained in:
Kieran 2023-01-28 12:23:21 +00:00 committed by GitHub
commit 200dc6b352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,11 +183,13 @@ export default function NoteFooter(props: NoteFooterProps) {
return (
<>
<div className="footer">
{ login && (
<div className={`reaction-pill ${reply ? 'reacted' : ''}`} onClick={(e) => setReply(s => !s)}>
<div className="reaction-pill-icon">
<FontAwesomeIcon icon={faReply} />
</div>
</div>
)}
<Menu menuButton={<div className="reaction-pill">
<div className="reaction-pill-icon">
<FontAwesomeIcon icon={faEllipsisVertical} />