Skip to content

Commit

Permalink
update text (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethriel3695 committed Mar 5, 2024
1 parent 2c4322e commit a5e4228
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/layout.tsx
@@ -1,12 +1,12 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css";
import type { Metadata } from 'next';
import { Inter } from 'next/font/google';
import './globals.css';

const inter = Inter({ subsets: ["latin"] });
const inter = Inter({ subsets: ['latin'] });

export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: 'Create Reuben App',
description: 'Generated by create next app',
};

export default function RootLayout({
Expand Down

0 comments on commit a5e4228

Please sign in to comment.