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 ( <>