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