Skip to content

Commit

Permalink
Merge pull request #34 from prgrms-fe-devcourse/feat-7-section1-1-타이틀
Browse files Browse the repository at this point in the history
✨ Feat: main 페이지 title 제작 완료
  • Loading branch information
djm06294 authored Nov 13, 2024
2 parents a1a53a2 + cefe99c commit 2d485a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file added public/mainPageTitle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/components/title/index.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export default function Index() {
return (
<>
<img src="/mainPageTitle.png" />
</>
);
}

0 comments on commit 2d485a1

Please sign in to comment.