diff --git a/src/pages/Dashboard/FeedbackModal.tsx b/src/pages/Dashboard/FeedbackModal.tsx
index 594ac55c..8e083a05 100644
--- a/src/pages/Dashboard/FeedbackModal.tsx
+++ b/src/pages/Dashboard/FeedbackModal.tsx
@@ -1,5 +1,5 @@
import { Button, Modal, ModalBody } from "@appquality/appquality-design-system";
-import { ChatLeftDots } from "react-bootstrap-icons";
+import { Headset } from "react-bootstrap-icons";
import { useTranslation } from "react-i18next";
import { useGetUsersMeQuery } from "src/services/tryberApi";
import styled from "styled-components";
@@ -27,7 +27,7 @@ export const FeedbackModal = ({
@@ -43,7 +43,7 @@ export const FeedbackButton = ({
return (
);
@@ -73,6 +73,6 @@ const StyledButton = styled.div`
transition: all 0.25s ease;
width: 48px;
height: 48px;
- line-height: 56px;
+ line-height: 52px;
}
`;
diff --git a/src/pages/Profile/TabFiscal/components/FiscalResidenceModal.tsx b/src/pages/Profile/TabFiscal/components/FiscalResidenceModal.tsx
index 31b17f03..340c028a 100644
--- a/src/pages/Profile/TabFiscal/components/FiscalResidenceModal.tsx
+++ b/src/pages/Profile/TabFiscal/components/FiscalResidenceModal.tsx
@@ -40,7 +40,7 @@ const FiscalResidenceModal = ({ values }: { values: FiscalFormValues }) => {