Skip to content

Commit

Permalink
Basic description usage
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Mar 5, 2024
1 parent fe93c52 commit 485f769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ export const meta: MetaFunction = () => {
};

export default function Index() {
return <Layout title={["Boston", "TS Club"]}>Hello, world!</Layout>;
return <Layout title={["Boston", "TS Club"]}>{description}</Layout>;
}
2 changes: 1 addition & 1 deletion app/routes/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const meta: MetaFunction = () => {
export default function About() {
return (
<Layout back title="About">
Hello, world!
{description}
</Layout>
);
}

0 comments on commit 485f769

Please sign in to comment.