chore: update page routes (#1790)

chore: update routers
This commit is contained in:
boojack
2023-06-03 13:03:22 +08:00
committed by GitHub
parent 69225b507b
commit 32e2f1d339
22 changed files with 324 additions and 611 deletions

View File

@ -53,9 +53,7 @@ const ArchivedMemo: React.FC<Props> = (props: Props) => {
return (
<div className={`memo-wrapper archived ${"memos-" + memo.id}`} onMouseLeave={handleMouseLeaveMemoWrapper}>
<div className="memo-top-wrapper">
<span className="time-text">
{t("memo.archived-at")} {getDateTimeString(memo.updatedTs)}
</span>
<span className="time-text">{getDateTimeString(memo.updatedTs)}</span>
<div className="btns-container">
<span className="btn-text" onClick={handleRestoreMemoClick}>
{t("common.restore")}