From 398f453fc8bbe31103bb39cb18eed293c8512d24 Mon Sep 17 00:00:00 2001 From: Thomas Hintz Date: Wed, 16 Jul 2025 07:26:35 -0700 Subject: [PATCH] changing host website --- src/app/(main)/layout.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/(main)/layout.jsx b/src/app/(main)/layout.jsx index ebfc97f..696d9aa 100644 --- a/src/app/(main)/layout.jsx +++ b/src/app/(main)/layout.jsx @@ -164,14 +164,14 @@ function AboutSection(props) {

- In this show, Thomas digs deep to understand React and how best to utilize it while discussing real world experiences with: React, programming, and software engineering. Tune in every Friday (usually) to hear the latest in the React community. + In this show, Thomas digs deep to understand React and how best to utilize it while discussing real world experiences with: React, programming, and software engineering. Tune in every Friday (usually) to hear the latest in the React community.

) } function Layout({ children }) { - let hosts = [{ name: 'Thomas Hintz', href: 'https://thomashintz.org' }] + let hosts = [{ name: 'Thomas Hintz', href: 'https://thintz.com' }] return ( <>