mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: layout style(1)
This commit is contained in:
@ -33,7 +33,7 @@ const MenuBtnsPopup: React.FC<Props> = (props: Props) => {
|
||||
};
|
||||
|
||||
const handleMemosTrashBtnClick = () => {
|
||||
locationService.pushHistory("/recycle");
|
||||
locationService.pushHistory("/trash");
|
||||
};
|
||||
|
||||
const handleAboutBtnClick = () => {
|
||||
|
Reference in New Issue
Block a user