mirror of
https://github.com/pds-nest/nest.git
synced 2025-03-22 00:13:33 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
8e868dc29b
7 changed files with 2 additions and 2 deletions
nest_frontend/components/interactive
public
|
@ -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
|
||||
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: 64px | Height: 64px | Size: 3.8 KiB After Width: 256px | Height: 256px | Size: 30 KiB |
BIN
public/logo1024.png
Normal file
BIN
public/logo1024.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 40 KiB |
Binary file not shown.
Before ![]() (image error) Size: 9.4 KiB After ![]() (image error) Size: 17 KiB ![]() ![]() |
BIN
public/logo670.png
Normal file
BIN
public/logo670.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 38 KiB |
BIN
public/logo768.png
Normal file
BIN
public/logo768.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 39 KiB |
Loading…
Add table
Reference in a new issue