Skip to content

Commit

Permalink
Main header
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshekey committed Jan 8, 2025
1 parent 3817e63 commit e6cf4ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/www/app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ import {
fmtCode,
} from "@ngrok/mantle/code-block";
import { InlineCode } from "@ngrok/mantle/inline-code";
import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@ngrok/mantle/table";
import { Table, TableBody, TableCell, TableRow } from "@ngrok/mantle/table";
import type { HeadersFunction, MetaFunction } from "@remix-run/node";
import { Link } from "~/components/link";
import { PageHeader } from "~/components/page-header";

export const meta: MetaFunction = () => {
return [
Expand All @@ -28,7 +29,7 @@ export const headers: HeadersFunction = () => {
export default function Page() {
return (
<div>
<h1 className="text-5xl font-medium">Mantle</h1>
<PageHeader id="mantle">Mantle</PageHeader>
<p className="font-weight font-body text-body mt-4 text-xl">
Mantle is <Anchor href="https://ngrok.com">ngrok</Anchor>
&rsquo;s UI library and design system that powers its front-end.
Expand Down

0 comments on commit e6cf4ab

Please sign in to comment.