fix newskie seconds ago for no sp
This commit is contained in:
@@ -63,8 +63,8 @@ export function NewskieDialog({
|
||||
</Trans>
|
||||
) : (
|
||||
<Trans>
|
||||
{profileName} recently joined Bluesky {ago(profile.createdAt)}{' '}
|
||||
ago
|
||||
<Text style={[a.font_bold, a.text_md]}>{profileName}</Text>{' '}
|
||||
recently joined Bluesky {ago(profile.createdAt, true)} ago
|
||||
</Trans>
|
||||
)}
|
||||
</Text>
|
||||
|
||||
@@ -159,7 +159,11 @@ function Header({
|
||||
a.align_center,
|
||||
a.justify_center,
|
||||
a.rounded_sm,
|
||||
{backgroundColor: t.palette.primary_500},
|
||||
{
|
||||
backgroundColor: isOwn
|
||||
? t.palette.primary_500
|
||||
: t.palette.contrast_25,
|
||||
},
|
||||
(state.hovered || state.pressed) && {
|
||||
backgroundColor: t.palette.primary_600,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user