chore: update about dialog

This commit is contained in:
Steven 2022-09-02 20:12:13 +08:00
parent 422e190c96
commit d3b26f7126
2 changed files with 7 additions and 2 deletions

View File

@ -38,13 +38,14 @@ const AboutSiteDialog: React.FC<Props> = ({ destroy }: Props) => {
<div className="dialog-header-container">
<p className="title-text">
<span className="icon-text">🤠</span>
{t("common.about")} <b>Memos</b>
{t("common.about")}
</p>
<button className="btn close-btn" onClick={handleCloseBtnClick}>
<Icon.X />
</button>
</div>
<div className="dialog-content-container">
<img className="logo-img" src="/logo-full.webp" alt="" />
<p>{t("slogan")}</p>
<br />
<div className="addtion-info-container">

View File

@ -7,7 +7,11 @@
@apply w-112 max-w-full;
> .dialog-content-container {
@apply leading-relaxed;
@apply flex flex-col justify-start items-start leading-relaxed;
> .logo-img {
@apply h-16;
}
> p {
@apply my-1;