This repository was archived by the owner on May 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,9 @@ import {
11
11
IconButton ,
12
12
useDisclosure ,
13
13
Image ,
14
- Button ,
15
14
} from '@chakra-ui/react' ;
16
15
import { QuestionMarkCircleIcon } from '@codiga/components' ;
17
16
import CodigaLogo from '../Layout/CodigaIcon.png' ;
18
- import rollbarAccessToken from '../../lib/rollbarAccessToken' ;
19
17
20
18
export default function AboutApp ( ) {
21
19
const { isOpen, onOpen, onClose } = useDisclosure ( ) ;
@@ -70,11 +68,6 @@ export default function AboutApp() {
70
68
< Image src = { CodigaLogo } h = "48px" mx = "auto" />
71
69
</ Link >
72
70
73
- { /* eslint-disable-next-line no-alert */ }
74
- < Button onClick = { ( ) => alert ( rollbarAccessToken ) } >
75
- Get Rollbar Token
76
- </ Button >
77
-
78
71
< Text size = "sm" >
79
72
< Link
80
73
isExternal
Original file line number Diff line number Diff line change 1
1
import rollbarAccessToken from './rollbarAccessToken' ;
2
2
3
- // eslint-disable-next-line no-console
4
- console . log ( 'rollbarAccessToken: ' , rollbarAccessToken ) ;
5
-
6
3
export const rollbarConfig = {
7
4
accessToken : rollbarAccessToken ,
8
5
captureUncaught : true ,
You can’t perform that action at this time.
0 commit comments