site title at the top of the layout; more verbose "welcome" page

This commit is contained in:
Avraham Sakal
2025-08-31 20:32:25 -04:00
parent 8845f78810
commit d0902e9df1
2 changed files with 13 additions and 8 deletions
+2 -1
View File
@@ -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">