add space before 'Reposted'
This commit is contained in:
parent
8bffd3bd4c
commit
fa3088a331
@ -39,7 +39,7 @@ export default function NoteReaction(props) {
|
||||
function tagLine() {
|
||||
switch (ev.Kind) {
|
||||
case EventKind.Reaction: return <small>Reacted with {mapReaction(ev.Content)}</small>;
|
||||
case EventKind.Repost: return <small>Reposted</small>
|
||||
case EventKind.Repost: return <small> Reposted</small>
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user