mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update about dialog
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user