Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
hta218 committed Oct 6, 2023
1 parent dd39f30 commit 57f61bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/sections/testimonial/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ interface TestimonialProps extends HydrogenComponentProps {

let Testimonial = forwardRef<HTMLElement, TestimonialProps>((props, ref) => {
let {heading, description, children, ...rest} = props;
console.log('Testimonial props', props);
return (
<section ref={ref} {...rest}>
<div className="py-8 px-4 mx-auto max-w-screen-xl lg:py-16 lg:px-6">
Expand Down

0 comments on commit 57f61bc

Please sign in to comment.