Skip to content

Commit 854dae2

Browse files
fix: Update codecov logo and fix broken invoice img
1 parent 9fc3acb commit 854dae2

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

public/logo.svg

Lines changed: 16 additions & 1 deletion
Loading

src/pages/PlanPage/subRoutes/InvoiceDetailsPage/sections/InvoiceHeader.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ function InvoiceHeader({ invoice, accountDetails }: InvoiceHeaderProps) {
2727
<div className="flex justify-between">
2828
<InvoiceOverview isPaid={isPaid} invoice={invoice} dueDate={dueDate} />
2929
<div>
30-
<img
31-
alt="Codecov Logo"
32-
src={`${process.env.PUBLIC_URL}/logo.svg`}
33-
width={200}
34-
/>
30+
<img alt="Codecov Logo" src="/logo.svg" width={200} />
3531
</div>
3632
</div>
3733
<div className="flex gap-64">

0 commit comments

Comments
 (0)