Skip to content

Commit

Permalink
Fix OGP tags
Browse files Browse the repository at this point in the history
  • Loading branch information
YuheiNakasaka committed Mar 27, 2024
1 parent e2261f4 commit 89d6852
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Layout.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import type { FC } from "hono/jsx";
import { globalCss } from "../styles/global";
import CommonHead from "./CommonHead";

const Layout: FC = (props) => {
const { children } = props;
return (
<>
<html class={globalCss}>
<CommonHead />
<body>
<header>
<nav>
Expand Down

0 comments on commit 89d6852

Please sign in to comment.