Merge remote-tracking branch 'origin/main'
|
@ -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>
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
|
@ -31,7 +31,7 @@ export default function SummaryTweet({ tweet, ...props }) {
|
||||||
<SummaryLeft
|
<SummaryLeft
|
||||||
icon={icon}
|
icon={icon}
|
||||||
title={`@${tweet["poster"]}`}
|
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"]}`)}
|
onClick={() => window.open(`https://twitter.com/${tweet["poster"]}/status/${tweet["snowflake"]}`)}
|
||||||
/>
|
/>
|
||||||
<SummaryText>
|
<SummaryText>
|
||||||
|
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 30 KiB |
BIN
public/logo1024.png
Normal file
After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 17 KiB |
BIN
public/logo670.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
public/logo768.png
Normal file
After Width: | Height: | Size: 39 KiB |