From 990357629e50ef123e5b5ee2b80c250be867534f Mon Sep 17 00:00:00 2001 From: Josh Collinsworth Date: Thu, 23 May 2024 12:12:47 -0500 Subject: [PATCH] Chore: styling and verbiage cleanup (#2451) - Better responsive styling of header, logo, nav menu and docs sidebar - Specify UTC on homepage (since we can't localize server-side) - Minor copy updates --- www/components/Header.tsx | 11 ++++++++--- www/components/NavigationBar.tsx | 6 +----- www/components/homepage/IslandsSection.tsx | 4 ++-- www/components/homepage/PartialsSection.tsx | 3 ++- www/components/homepage/RenderingSection.tsx | 2 +- www/routes/docs/[...slug].tsx | 2 +- www/routes/thanks.tsx | 4 ++-- 7 files changed, 17 insertions(+), 15 deletions(-) diff --git a/www/components/Header.tsx b/www/components/Header.tsx index 606901306ce..1d0a88a7c66 100644 --- a/www/components/Header.tsx +++ b/www/components/Header.tsx @@ -27,14 +27,19 @@ export default function Header(props: { title: string; active: string }) { export function Logo() { return ( - - Fresh logo + + Fresh logo -