add title

This commit is contained in:
2025-02-21 11:47:16 -03:00
parent 5abf75f12f
commit f0b840b8e8
8 changed files with 35 additions and 4 deletions

View File

@@ -11,7 +11,6 @@ import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
import { Amplify } from "aws-amplify";
import { AuthProvider } from "~/hooks/use-auth";
import amplifyconfig from "./amplifyconfiguration.json";
import "./app.css";
Amplify.configure(amplifyconfig);
const queryClient = new QueryClient();
@@ -35,6 +34,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
<head>
<meta charSet="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>EDUSEG&reg;</title>
<Meta />
<Links />
</head>