File tree Expand file tree Collapse file tree
Profile/TabFiscal/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { Button , Modal , ModalBody } from "@appquality/appquality-design-system" ;
2- import { ChatLeftDots } from "react-bootstrap-icons" ;
2+ import { Headset } from "react-bootstrap-icons" ;
33import { useTranslation } from "react-i18next" ;
44import { useGetUsersMeQuery } from "src/services/tryberApi" ;
55import styled from "styled-components" ;
@@ -27,7 +27,7 @@ export const FeedbackModal = ({
2727 < ModalBody >
2828 < iframe
2929 title = "Feedback form"
30- src = { `https://form.jotform.com/213364740407351 ?testerId=T${ user ?. id } &email=${ user ?. email } ` }
30+ src = { `https://form.jotform.com/251940919244057 ?testerId=T${ user ?. id } &email=${ user ?. email } ` }
3131 style = { iFrameStyle }
3232 />
3333 </ ModalBody >
@@ -43,7 +43,7 @@ export const FeedbackButton = ({
4343 return (
4444 < StyledButton onClick = { handleClick } >
4545 < Button kind = "secondary" className = "feedback-icon" >
46- < ChatLeftDots />
46+ < Headset />
4747 </ Button >
4848 </ StyledButton >
4949 ) ;
@@ -73,6 +73,6 @@ const StyledButton = styled.div`
7373 transition: all 0.25s ease;
7474 width: 48px;
7575 height: 48px;
76- line-height: 56px ;
76+ line-height: 52px ;
7777 }
7878` ;
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const FiscalResidenceModal = ({ values }: { values: FiscalFormValues }) => {
4040 < ModalBody >
4141 < iframe
4242 title = "fiscal address help form"
43- src = { `https://form.jotform.com/220122177762349 ?${ iframeParams } ` }
43+ src = { `https://form.jotform.com/251940919244057 ?${ iframeParams } ` }
4444 style = { iFrameStyle }
4545 />
4646 </ ModalBody >
You can’t perform that action at this time.
0 commit comments