Skip to content

Commit

Permalink
Merge pull request #135 from kdt-8-4/feed_featureL
Browse files Browse the repository at this point in the history
[Fix]배포 오류 해결 (#10)
  • Loading branch information
nebulaBdj authored Dec 5, 2023
2 parents a5a9abc + 2ad568e commit ff056a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/mypage/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,10 @@ export default function Mypage() {
</div>
) : (
<>
<br />
<br />
<br />
<div id="login_msg"> "로그인을 해주세요." </div>
<br />
<div id="login_msg"> 로그인을 해주세요. </div>
<br />
<br />
<Link className="goto" href={"/login"}>로그인 페이지로 이동</Link>
Expand Down
2 changes: 1 addition & 1 deletion src/app/upload/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export default function Upload(): JSX.Element {
<br />
<br />
<br />
<div id="login_msg"> "로그인 후에 업로드할 수 있습니다." </div>
<div id="login_msg"> 로그인 후에 업로드할 수 있습니다. </div>
<br />
<br />
<Link className="goto" href={"/login"}>로그인 페이지로 이동</Link>
Expand Down

0 comments on commit ff056a2

Please sign in to comment.