site title at the top of the layout; more verbose "welcome" page
This commit is contained in:
@@ -7,6 +7,7 @@ import {
|
||||
Image,
|
||||
MantineProvider,
|
||||
NavLink,
|
||||
Title,
|
||||
} from "@mantine/core";
|
||||
import {
|
||||
IconHome2,
|
||||
@@ -21,7 +22,6 @@ import {
|
||||
import { useDisclosure } from "@mantine/hooks";
|
||||
import theme from "./theme.js";
|
||||
import logoUrl from "../assets/logo.png";
|
||||
import { useStore } from "../state.js";
|
||||
import { useState } from "react";
|
||||
import { TRPCProvider, useTRPC } from "../trpc/client.js";
|
||||
import { usePageContext } from "vike-react/usePageContext";
|
||||
@@ -120,6 +120,7 @@ export default function LayoutDefault({
|
||||
{" "}
|
||||
<Image h={50} fit="contain" src={logoUrl} />{" "}
|
||||
</a>
|
||||
<Title>Token-Efficient Context Engineering</Title>
|
||||
</Group>
|
||||
</AppShell.Header>
|
||||
<AppShell.Navbar p="md">
|
||||
|
||||
Reference in New Issue
Block a user