Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottsj committed Dec 24, 2023
1 parent ac6b542 commit 6a09424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/family.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const FamilyTreePage: React.FC<Props> = ({ data: family }) => {
.filter((d) => d.type === 'FamilyMemberNode')
.append('circle')
.attr('fill', '#fff')
.attr('stroke', (d) => '#000')
.attr('stroke', (_d) => '#000')
.attr('stroke-width', 1.5)
.attr('r', 20);

Expand Down

1 comment on commit 6a09424

@vercel
Copy link

@vercel vercel bot commented on 6a09424 Dec 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

elliott-dev – ./

elliott-dev-elliottsj1.vercel.app
elliott-dev-git-master-elliottsj1.vercel.app
elliott.dev
elliott.lol

Please sign in to comment.