Skip to content

Commit

Permalink
refactor: 이미지 경로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
MinGu-Jeong committed Feb 10, 2024
1 parent b8a59c7 commit b86721e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion src/layout/DefaultLayout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function DefaultLayout() {
return (
<div css={S.container}>
<div css={S.sideBar}>
<img src="/src/assets/image/BCSD_logo-01.png" alt="logo" css={S.logo} />
<img src="/public/BCSD_logo-01.png" alt="logo" css={S.logo} />
<Button variant="outlined" color="secondary" sx={{ marginTop: '20px' }}>회원정보</Button>
</div>
<div css={S.content}>
Expand Down

0 comments on commit b86721e

Please sign in to comment.