diff --git a/src/pages/BugsList/Table/TableButton.tsx b/src/pages/BugsList/Table/TableButton.tsx index 16536abe..9048e458 100644 --- a/src/pages/BugsList/Table/TableButton.tsx +++ b/src/pages/BugsList/Table/TableButton.tsx @@ -32,7 +32,7 @@ const TableButton = ({ href={href} style={style} size="sm" - type="primary" + kind="primary" flat={true} > {children} diff --git a/src/pages/BugsList/index.tsx b/src/pages/BugsList/index.tsx index 80c75d96..7e78eaa7 100644 --- a/src/pages/BugsList/index.tsx +++ b/src/pages/BugsList/index.tsx @@ -40,7 +40,7 @@ const BugsList = () => { {"<"} To Campaign List diff --git a/src/pages/Prospect/index.tsx b/src/pages/Prospect/index.tsx index 66f96ed6..fc65badf 100644 --- a/src/pages/Prospect/index.tsx +++ b/src/pages/Prospect/index.tsx @@ -30,7 +30,7 @@ const Prospect = () => { {"<"} Go to old Prospect diff --git a/src/pages/agreements/list/index.tsx b/src/pages/agreements/list/index.tsx index ef55c0e1..467a32b0 100644 --- a/src/pages/agreements/list/index.tsx +++ b/src/pages/agreements/list/index.tsx @@ -27,7 +27,7 @@ const FlexContainer = styled.div` `; const HeaderButton = (props: Parameters[0]) => { - return