mirror of
https://codeberg.org/MarkusThielker/finances.git
synced 2025-07-01 19:19:18 +00:00
N-FIN-1: customise template
This commit is contained in:
parent
52aed24a96
commit
b9bdf36872
12 changed files with 29 additions and 54 deletions
|
@ -3,12 +3,13 @@ import { Inter } from 'next/font/google';
|
|||
import './globals.css';
|
||||
import { cn } from '@/lib/utils';
|
||||
import { Toaster } from '@/components/ui/sonner';
|
||||
import React from 'react';
|
||||
|
||||
const inter = Inter({subsets: ['latin']});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Create Next App',
|
||||
description: 'Generated by create next app',
|
||||
title: 'Finances',
|
||||
description: 'Track your finances with ease',
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
|
|
@ -12,7 +12,7 @@ export default async function Home() {
|
|||
<User/>
|
||||
</Link>
|
||||
</Button>
|
||||
Next Base
|
||||
Next Finances
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue