Skip to content

Commit 55cd132

Browse files
committed
commenting upload csv
1 parent f936ff2 commit 55cd132

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

frontend/app/signup/quickbooks.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

frontend/components/dashboard/NoDataPopup.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)