File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ export default function Quickbooks({ handleNext }: QuickbooksInfoProps) {
4444 < GoSync className = "group-hover:text-fuchsia" /> Sync Quickbooks
4545 </ Button >
4646 </ div >
47- < div className = "w-full flex flex-col items-center" >
47+ { /* <div className="w-full flex flex-col items-center">
4848 <Button
4949 type="button"
5050 className="max-h-[45px] w-fit bg-[var(--fuchsia)] text-white py-[12px] text-[16px] hover:bg-pink hover:text-fuchsia"
5151 style={{ paddingInline: "20px" }}
5252 >
5353 <FiUpload className="group-hover:text-fuchsia" /> Upload CSV
5454 </Button>
55- </ div >
55+ </div> */ }
5656 < div className = "w-full flex flex-col items-center" >
5757 < Button
5858 type = "button"
Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ export default function NoDataPopup({ isOpen, onClose }: Props) {
4949 Sync Quickbooks
5050 </ Button >
5151 </ Link >
52- < Link href = "/upload-csv" >
52+ { /* <Link href="/upload-csv">
5353 <Button className="group h-[34px] w-fit text-white text-[14px] bg-[var(--fuchsia)] hover:bg-pink hover:text-fuchsia">
5454 <FiUpload className="text-white group-hover:text-fuchsia" style={{ width: "14px" }} />{" "}
5555 Upload CSV
5656 </Button>
57- </ Link >
57+ </Link> */ }
5858 </ div >
5959 </ div >
6060 </ div >
You can’t perform that action at this time.
0 commit comments