mirror of
https://github.com/usememos/memos.git
synced 2025-12-17 06:12:42 +08:00
chore: update about dialog
This commit is contained in:
parent
422e190c96
commit
d3b26f7126
2 changed files with 7 additions and 2 deletions
|
|
@ -38,13 +38,14 @@ const AboutSiteDialog: React.FC<Props> = ({ destroy }: Props) => {
|
||||||
<div className="dialog-header-container">
|
<div className="dialog-header-container">
|
||||||
<p className="title-text">
|
<p className="title-text">
|
||||||
<span className="icon-text">🤠</span>
|
<span className="icon-text">🤠</span>
|
||||||
{t("common.about")} <b>Memos</b>
|
{t("common.about")}
|
||||||
</p>
|
</p>
|
||||||
<button className="btn close-btn" onClick={handleCloseBtnClick}>
|
<button className="btn close-btn" onClick={handleCloseBtnClick}>
|
||||||
<Icon.X />
|
<Icon.X />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div className="dialog-content-container">
|
<div className="dialog-content-container">
|
||||||
|
<img className="logo-img" src="/logo-full.webp" alt="" />
|
||||||
<p>{t("slogan")}</p>
|
<p>{t("slogan")}</p>
|
||||||
<br />
|
<br />
|
||||||
<div className="addtion-info-container">
|
<div className="addtion-info-container">
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,11 @@
|
||||||
@apply w-112 max-w-full;
|
@apply w-112 max-w-full;
|
||||||
|
|
||||||
> .dialog-content-container {
|
> .dialog-content-container {
|
||||||
@apply leading-relaxed;
|
@apply flex flex-col justify-start items-start leading-relaxed;
|
||||||
|
|
||||||
|
> .logo-img {
|
||||||
|
@apply h-16;
|
||||||
|
}
|
||||||
|
|
||||||
> p {
|
> p {
|
||||||
@apply my-1;
|
@apply my-1;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue