Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
9t8 authored Sep 30, 2024
1 parent e636c78 commit a6e4f59
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5,547 deletions.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Inter } from "next/font/google";
const inter = Inter({ subsets: ["latin"] });

export const metadata = {
title: "Calc Project",
title: "DCT Demonstration",
};

export default function RootLayout({
Expand Down
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Interface from "@/components/Interface";
export default function Home() {
return (
<main>
<h1>Calc Project</h1>
<h1>DCT Demonstration</h1>
<Interface />
</main>
);
Expand Down
Loading

0 comments on commit a6e4f59

Please sign in to comment.