File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ import { useTouchable } from '@common/hooks/use-touchable';
17
17
import { border } from '@common/utils' ;
18
18
import { useRouter } from 'next/router' ;
19
19
import { getHeadingStyles } from '@components/mdx/typography' ;
20
- import { css } from '@stacks/ui-core' ;
21
- import { StatusCheck } from '@components/status-check' ;
22
20
import { useColorMode } from '@common/hooks/use-color-mode' ;
23
21
24
22
const Icon : React . FC < BoxProps & { icon : React . FC < any > } > = ( { icon : IconComponent , ...props } ) => {
@@ -124,14 +122,13 @@ export const FeedbackSection: React.FC<BoxProps> = props => {
124
122
mt = { space ( [ 'extra-loose' , 'extra-loose' , 'base-loose' ] ) }
125
123
>
126
124
< 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` }
128
126
target = "_blank"
129
127
rel = "nofollow noopener noreferrer"
130
128
fontSize = "14px"
131
129
>
132
130
Edit this page on GitHub
133
131
</ Link >
134
- < StatusCheck mt = { space ( 'base-loose' ) } />
135
132
</ Flex >
136
133
</ Flex >
137
134
) ;
You can’t perform that action at this time.
0 commit comments