We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050a894 commit e44ef33Copy full SHA for e44ef33
src/components/CallToContribute.tsx
@@ -80,23 +80,7 @@ const CallToContribute: React.FC<IProps> = ({ editPath }) => (
80
</Link>{" "}
81
</Text>
82
<ButtonLink
83
- as={ButtonLink}
84
to={editPath}
85
- alignItems="center"
86
- justifyContent="center"
87
- color="background"
88
- bg="secondaryButtonBackground"
89
- borderWidth="1px"
90
- borderStyle="solid"
91
- borderColor="secondaryButtonBorder"
92
- _hover={{
93
- background: "secondaryButtonBackgroundHover",
94
- color: "secondaryButtonHoverColor",
95
- }}
96
- _active={{
97
- background: "secondaryButtonBackgroundActive",
98
99
100
leftIcon={
101
<Icon fill="background" w={6} h={6} as={FaGithub} name="github" />
102
}
0 commit comments