Page MenuHomePhorge

D13799.1768922655.diff
No OneTemporary

Size
839 B
Referenced Files
None
Subscribers
None

D13799.1768922655.diff

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

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)

Event Timeline