Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Sep 24, 2024
1 parent e2e2f18 commit 02a10ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/TargetAudience.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const TargetAudience: FC<TargetAudienceProps> = () => {
"Helping teachers and families to inspire the next generation of computer scientists.",
"Anyone can learn how to code. We will help you learn how. It's fun, free and easy.",
]
const linkButtons: LinkButtonProps[] = [
const linkButtons: LinkButtonProps<"to">[] = [
{
children: "Learn more",
to: paths.teacher._,
Expand Down

0 comments on commit 02a10ed

Please sign in to comment.