style: 로그인 페이지 '미림마이스터고 수습 학습 플랫폼' 부제 제거
코딩 기초 페이지의 실습 과제가 이 문구를 참조하고 있어 '로고 문구(AWESOMEDEV 수습 플랫폼) 바꿔 보기'로 함께 수정. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
a5d4437b27
commit
7af0298d96
@ -375,7 +375,7 @@ export default function CodingBasicsPage() {
|
||||
>
|
||||
<ol style={{ paddingLeft: 20 }}>
|
||||
<li style={{ marginBottom: 6 }}>
|
||||
로그인 페이지의 안내 문구("미림마이스터고 수습 학습 플랫폼")를 내 마음대로
|
||||
로그인 페이지의 로고 문구("AWESOMEDEV 수습 플랫폼")를 내 마음대로
|
||||
바꿔서 화면에 반영해 보기 — <code>LoginPage.jsx</code>
|
||||
</li>
|
||||
<li style={{ marginBottom: 6 }}>
|
||||
|
||||
@ -51,9 +51,6 @@ export default function LoginPage() {
|
||||
<div className="topnav-logo" style={{ fontSize: 18 }}>
|
||||
AWESOMEDEV <span>수습 플랫폼</span>
|
||||
</div>
|
||||
<p className="muted" style={{ fontSize: 14, marginTop: 6 }}>
|
||||
미림마이스터고 수습 학습 플랫폼
|
||||
</p>
|
||||
</div>
|
||||
<form onSubmit={handleSubmit}>
|
||||
<div className="field">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user