chore: update dialog title (#834)

This commit is contained in:
boojack
2022-12-23 19:49:44 +08:00
committed by GitHub
parent 65cc19c12e
commit f6039f2eb9
9 changed files with 22 additions and 26 deletions

View File

@ -124,10 +124,7 @@ const ShareMemoDialog: React.FC<Props> = (props: Props) => {
return (
<>
<div className="dialog-header-container">
<p className="title-text">
<span className="icon-text">🌄</span>
{t("common.share")} Memo
</p>
<p className="title-text">{t("common.share")} Memo</p>
<button className="btn close-btn" onClick={handleCloseBtnClick}>
<Icon.X className="icon-img" />
</button>