Skip to content

Commit

Permalink
chore: render title within FrostedGlass
Browse files Browse the repository at this point in the history
  • Loading branch information
hmerritt committed Feb 10, 2024
1 parent 2f180b7 commit ce6619b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/view/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createFileRoute } from "@tanstack/react-router";

import theme from "lib/styles";

import { Fullscreen, Stack, Waves } from "view/components";
import { FrostedGlass, Fullscreen, Stack, Waves } from "view/components";

export const Route = createFileRoute("/")({
component: IndexRoute
Expand All @@ -21,7 +21,9 @@ export function IndexRoute() {
>
<div className={pictureFrame}>
<h1 className={header}>Adrift</h1>
<h4>Template react app with batteries included πŸ”‹</h4>
<FrostedGlass>
<h4>Template react app with batteries included πŸ”‹</h4>
</FrostedGlass>
<Waves />
</div>
</Fullscreen>
Expand Down

0 comments on commit ce6619b

Please sign in to comment.