Skip to content

Commit

Permalink
Remove LinkProps
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Feb 8, 2024
1 parent d9803e1 commit a0a9ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Image from 'next/image';
import Link, { LinkProps } from 'next/link';
import Link from 'next/link';

const linkClasses = 'underline decoration-transparent hover:decoration-inherit transition';

Expand Down

0 comments on commit a0a9ee2

Please sign in to comment.