feat: update home layout (#1242)

This commit is contained in:
boojack
2023-03-04 13:49:53 +08:00
committed by GitHub
parent 9d4bb5b3af
commit 6ab58f294e
26 changed files with 610 additions and 721 deletions

View File

@ -63,7 +63,7 @@ const DailyReviewDialog: React.FC<Props> = (props: Props) => {
<>
<div className="dialog-header-container">
<p className="title-text" onClick={() => toggleShowDatePicker()}>
<span className="icon-text">📅</span> {t("sidebar.daily-review")}
<span className="icon-text">📅</span> {t("common.daily-review")}
</p>
<div className="btns-container">
<button className="btn-text" onClick={() => setCurrentDateStamp(currentDateStamp - DAILY_TIMESTAMP)}>