Skip to content

Commit

Permalink
update canny changelog source
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarDamkjaer committed Mar 21, 2023
1 parent 0ef7035 commit b7e3615
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/browser/services/canny.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ import { Component, ReactNode } from 'react'
import { canUseDOM } from 'services/utils'

export const cannyOptions = {
appID: '601d00fb7a41e3035f75e1e8',
appID: '5eb66d2ff9f4665cc1bed233',
position: 'right',
align: 'top'
align: 'top',
labelIDs: ['6239a0c787c34c6baebda0fd']
}
export const CANNY_FEATURE_REQUEST_URL = 'https://feedback.neo4j.com/browser'

Expand Down

0 comments on commit b7e3615

Please sign in to comment.