From bab68a1942642be602bceb190c9bbcc7272afd04 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Tue, 30 Apr 2024 15:07:56 -0700 Subject: [PATCH] Render about in Content styles --- app/routes/about.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/routes/about.tsx b/app/routes/about.tsx index be832bc..2b5d777 100644 --- a/app/routes/about.tsx +++ b/app/routes/about.tsx @@ -1,6 +1,8 @@ +import Content from "~/components/content"; + export default function About() { return ( -
+

About Vanguard

Vanguard has been designed to provide a way to create permanence around @@ -45,6 +47,6 @@ export default function About() { server, but provide partial responsive UI updates).

Enjoy!

-
+ ); }