From d30930efa0fa8893a3591050bf2db4813577ba90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Mon, 21 Apr 2025 11:05:22 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=EB=B3=B8=20=EB=A1=9C=EA=B3=A0=20?= =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EB=B3=80=EA=B2=BD=20=EB=B0=8F=20?= =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EC=83=81=EB=8B=A8=20=ED=85=8D?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/images/common/design_main_logo.svg | 17 +++++++++++++++++ src/app/login/page.jsx | 2 +- src/components/publishpage/PublishPage.jsx | 7 ++++++- src/styles/_layout.scss | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 public/static/images/common/design_main_logo.svg diff --git a/public/static/images/common/design_main_logo.svg b/public/static/images/common/design_main_logo.svg new file mode 100644 index 0000000..01e8531 --- /dev/null +++ b/public/static/images/common/design_main_logo.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/src/app/login/page.jsx b/src/app/login/page.jsx index 4cca284..60a42a2 100644 --- a/src/app/login/page.jsx +++ b/src/app/login/page.jsx @@ -22,7 +22,7 @@ export default function LoginPage(){ <>
- Q.CAST III + HANASYS DESIGN 太陽光発電システム図面管理サイト
diff --git a/src/components/publishpage/PublishPage.jsx b/src/components/publishpage/PublishPage.jsx index a20cad3..8dc60eb 100644 --- a/src/components/publishpage/PublishPage.jsx +++ b/src/components/publishpage/PublishPage.jsx @@ -358,7 +358,12 @@ export default function PublishPage() { - + +
    +
  • 2025-04-21
  • +
  • * 로그인 상단 텍스트 변경
  • +
+ 2024-09-23 diff --git a/src/styles/_layout.scss b/src/styles/_layout.scss index 858ab35..b09db29 100644 --- a/src/styles/_layout.scss +++ b/src/styles/_layout.scss @@ -48,7 +48,7 @@ header{ display: block; width: 232px; height: 30px; - background: url(/static/images/common/Logo.svg)no-repeat center; + background: url(/static/images/common/design_main_logo.svg)no-repeat center; background-size: contain; } }