[modern-react] 리액트 스터디 파일 추가
This commit is contained in:
9
modern-react/my-react/src/chap03/Download.js
Normal file
9
modern-react/my-react/src/chap03/Download.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import dl_icon from '../image/dl.png';
|
||||
|
||||
export default function Download({ slug }) {
|
||||
return (
|
||||
<a href={`https://github.com/wikibook/${slug}/`}>
|
||||
<img src={dl_icon} alt="Sample Download" />
|
||||
</a>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user