mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 09:13:19 +01:00
add proptypes
This commit is contained in:
parent
7048476d5f
commit
e112e0c8b7
@ -50,6 +50,11 @@ const LinkIcon = ({ title, type, ...props }) => {
|
||||
}
|
||||
}
|
||||
|
||||
LinkIcon.propTypes = {
|
||||
title: PropTypes.string,
|
||||
type: PropTypes.string
|
||||
}
|
||||
|
||||
export default class ProjectLinks extends PureComponent {
|
||||
static propTypes = {
|
||||
links: PropTypes.array
|
||||
|
Loading…
Reference in New Issue
Block a user