Skip to content

Commit

Permalink
Add footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsukiKigoshi committed Nov 17, 2023
1 parent 7e81193 commit e7d6e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";

import "./globals.css";

const inter = Inter({ subsets: ["latin"] });
Expand All @@ -17,6 +18,7 @@ export default function RootLayout({
return (
<html lang="en">
<body className={inter.className}>{children}</body>
{/* Add Footer w/ 特定商取引法に基づく表示 & link to the source */}
</html>
);
}
Empty file added src/components/footer.tsx
Empty file.

0 comments on commit e7d6e23

Please sign in to comment.