mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 09:03:27 +00:00
Fix linting
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
import Link from "next/link";
|
||||
import classes from "./Logo.module.css";
|
||||
import logoUrl from "../public/icon-light.png"
|
||||
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}
|
||||
>
|
||||
<Link href="/" className={classes.logo}>
|
||||
<img src={logoUrl.src} alt="Logo of movie-web" />
|
||||
</Link>
|
||||
);
|
||||
|
Reference in New Issue
Block a user