From 52c185d0f23504fc6410cf36285968eff9e7b21f Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 22 Apr 2022 18:07:26 +0200 Subject: chore: add a Header component --- src/components/molecules/images/flipping-logo.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/molecules') diff --git a/src/components/molecules/images/flipping-logo.tsx b/src/components/molecules/images/flipping-logo.tsx index 0d31fa3..47e54ab 100644 --- a/src/components/molecules/images/flipping-logo.tsx +++ b/src/components/molecules/images/flipping-logo.tsx @@ -1,5 +1,5 @@ import Logo, { type LogoProps } from '@components/atoms/images/logo'; -import Image from 'next/image'; +import Image, { type ImageProps } from 'next/image'; import { FC } from 'react'; import styles from './flipping-logo.module.scss'; @@ -19,7 +19,7 @@ export type FlippingLogoProps = { /** * Photo url. */ - photo: string; + photo: ImageProps['src']; }; /** -- cgit v1.2.3