mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 12:53:24 +00:00
switched to guider
This commit is contained in:
11
.docs/components/Logo.tsx
Normal file
11
.docs/components/Logo.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import Link from 'next/link';
|
||||
import classes from './Logo.module.css';
|
||||
import logoUrl from '../public/icon-light.png';
|
||||
|
||||
export function Logo() {
|
||||
return (
|
||||
<Link href="/" className={classes.logo}>
|
||||
<img src={logoUrl.src} alt="Logo of movie-web" />
|
||||
</Link>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user