Skip to content

Commit

Permalink
Merge pull request #54 from linkwarden/dev
Browse files Browse the repository at this point in the history
renamed type
  • Loading branch information
daniel31x13 authored Jun 14, 2024
2 parents 1e201ae + 0c3d961 commit 8916774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Testimonials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function Testimonials({ className }: Props) {
);
}

type TestimonyProps = {
type TestimonialProps = {
name: string;
photo: string;
text: string;
Expand All @@ -107,7 +107,7 @@ const Testimonial = ({
platform,
url,
className,
}: TestimonyProps) => {
}: TestimonialProps) => {
return (
<Link
href={url}
Expand Down

0 comments on commit 8916774

Please sign in to comment.