mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 10:23:26 +00:00
Make all pages MDX compliant + added logo back
This commit is contained in:
13
components/Logo.tsx
Normal file
13
components/Logo.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import Link from "next/link";
|
||||
import classes from "./Logo.module.css";
|
||||
|
||||
export function Logo() {
|
||||
return (
|
||||
<Link
|
||||
href="/"
|
||||
className={classes.logo}
|
||||
>
|
||||
<img src="/icon-light.png" alt="Logo of movie-web" />
|
||||
</Link>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user