Add missing prop type for Mastodon
This commit is contained in:
parent
1229633a77
commit
2c9700d47e
@ -263,6 +263,7 @@ GitProfile.propTypes = {
|
||||
social: PropTypes.shape({
|
||||
linkedin: PropTypes.string,
|
||||
twitter: PropTypes.string,
|
||||
mastodon: PropTypes.string,
|
||||
facebook: PropTypes.string,
|
||||
instagram: PropTypes.string,
|
||||
dribbble: PropTypes.string,
|
||||
|
||||
5
types/index.d.ts
vendored
5
types/index.d.ts
vendored
@ -49,6 +49,11 @@ export interface Social {
|
||||
*/
|
||||
twitter?: string;
|
||||
|
||||
/**
|
||||
* Mastodon
|
||||
*/
|
||||
mastodon?: string;
|
||||
|
||||
/**
|
||||
* Facebook
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user