Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33341333
D13799.1768922655.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
839 B
Referenced Files
None
Subscribers
None
D13799.1768922655.diff
View Options
diff --git a/landing/team-profile.react.js b/landing/team-profile.react.js
--- a/landing/team-profile.react.js
+++ b/landing/team-profile.react.js
@@ -17,10 +17,6 @@
+farcasterHandle?: string,
};
-const fontAwesomeIconProps = {
- size: 'm',
-};
-
function TeamProfile(props: Props): React.Node {
const { name, role, imageURL, githubHandle, twitterHandle, farcasterHandle } =
props;
@@ -33,7 +29,7 @@
target="_blank"
rel="noreferrer"
>
- <FontAwesomeIcon icon={faTwitter} {...fontAwesomeIconProps} />
+ <FontAwesomeIcon icon={faTwitter} />
</a>
);
}
@@ -46,7 +42,7 @@
target="_blank"
rel="noreferrer"
>
- <FontAwesomeIcon icon={faGithub} {...fontAwesomeIconProps} />
+ <FontAwesomeIcon icon={faGithub} />
</a>
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 20, 3:24 PM (11 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5959201
Default Alt Text
D13799.1768922655.diff (839 B)
Attached To
Mode
D13799: [landing] Remove invalid size prop in TeamProfile
Attached
Detach File
Event Timeline
Log In to Comment