Skip to content

Commit

Permalink
Render about in Content styles
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Apr 30, 2024
1 parent 6f28ade commit bab68a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/routes/about.tsx
@@ -1,6 +1,8 @@
import Content from "~/components/content";

export default function About() {
return (
<div>
<Content>
<h1>About Vanguard</h1>
<p>
Vanguard has been designed to provide a way to create permanence around
Expand Down Expand Up @@ -45,6 +47,6 @@ export default function About() {
server, but provide partial responsive UI updates).
</p>
<p>Enjoy!</p>
</div>
</Content>
);
}

0 comments on commit bab68a1

Please sign in to comment.