1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 04:54:18 +00:00

Merge remote-tracking branch 'origin/main'

This commit is contained in:
g.minoccari 2021-05-26 23:20:55 +02:00
commit 8e868dc29b
7 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ export default function Sidebar({ className, ...props }) {
</>
:
<>
<ButtonSidebar to={"/login"} icon={faKey}>{strings.login}</ButtonSidebar>
<ButtonSidebar to={"/"} icon={faKey}>{strings.login}</ButtonSidebar>
</>
}
{

View file

@ -31,7 +31,7 @@ export default function SummaryTweet({ tweet, ...props }) {
<SummaryLeft
icon={icon}
title={`@${tweet["poster"]}`}
subtitle={new Date(tweet["insert_time"]).toLocaleString()}
subtitle={tweet["post_time"] ? new Date(tweet["post_time"]).toLocaleString() : null}
onClick={() => window.open(`https://twitter.com/${tweet["poster"]}/status/${tweet["snowflake"]}`)}
/>
<SummaryText>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 30 KiB

BIN
public/logo1024.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 17 KiB

BIN
public/logo670.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
public/logo768.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB