Skip to content

Commit 3e30486

Browse files
committed
logo change
1 parent 820dae1 commit 3e30486

File tree

4 files changed

+79
-19
lines changed

4 files changed

+79
-19
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ yarn-error.log*
3434
# typescript
3535
*.tsbuildinfo
3636
next-env.d.ts
37+
38+
.vercel

components/table/columns.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ export const columns: ColumnDef<Appointment>[] = [
5151
return (
5252
<div className="flex items-center gap-3">
5353
<Image
54-
src={doctor?.image}
55-
alt={doctor.name}
54+
src={doctor!.image}
55+
alt={doctor!.name}
5656
width={100}
5757
height={100}
5858
className="size-8"

public/assets/icons/logo-b.svg

Lines changed: 46 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)