Skip to content

Commit 4bc7bab

Browse files
author
asteria
committed
remove status check
1 parent 93c2fad commit 4bc7bab

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/feedback.tsx

+1-4
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ import { useTouchable } from '@common/hooks/use-touchable';
1717
import { border } from '@common/utils';
1818
import { useRouter } from 'next/router';
1919
import { getHeadingStyles } from '@components/mdx/typography';
20-
import { css } from '@stacks/ui-core';
21-
import { StatusCheck } from '@components/status-check';
2220
import { useColorMode } from '@common/hooks/use-color-mode';
2321

2422
const Icon: React.FC<BoxProps & { icon: React.FC<any> }> = ({ icon: IconComponent, ...props }) => {
@@ -124,14 +122,13 @@ export const FeedbackSection: React.FC<BoxProps> = props => {
124122
mt={space(['extra-loose', 'extra-loose', 'base-loose'])}
125123
>
126124
<Link
127-
href={`https://github.com/blockstack/docs/edit/master/src/pages${editPage}.md`}
125+
href={`https://github.com/syvita/docs/edit/master/src/pages${editPage}.md`}
128126
target="_blank"
129127
rel="nofollow noopener noreferrer"
130128
fontSize="14px"
131129
>
132130
Edit this page on GitHub
133131
</Link>
134-
<StatusCheck mt={space('base-loose')} />
135132
</Flex>
136133
</Flex>
137134
);

0 commit comments

Comments
 (0)