File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @feedback-fish/react" ,
3- "version" : " 1.2.1 " ,
3+ "version" : " 1.2.2 " ,
44 "private" : false ,
55 "description" : " Embed the Feedback Fish widget into your React app to collect user feedback." ,
66 "homepage" : " https://feedback.fish" ,
7- "bugs" : " https://github.com/ruendchengang /feedback-fish-react/issues" ,
8- "repository" : " https://github.com/ruendchengang /feedback-fish-react" ,
7+ "bugs" : " https://github.com/feedback-fish /feedback-fish-react/issues" ,
8+ "repository" : " https://github.com/feedback-fish /feedback-fish-react" ,
99 "license" : " MIT" ,
1010 "types" : " dist/index.d.ts" ,
1111 "source" : " src/index.ts" ,
Original file line number Diff line number Diff line change @@ -37,3 +37,4 @@ export const FeedbackFish: FunctionComponent<Props> = (props) => {
3737
3838 return null
3939}
40+
Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ export const useFeedbackFish = (projectId: string) =>
1616
1717 document . body . appendChild ( script )
1818 } , [ ] )
19+
You can’t perform that action at this time.
0 commit comments