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;
}
}