|
|
|
@ -164,14 +164,14 @@ function AboutSection(props) {
|
|
|
|
|
<p
|
|
|
|
|
className="mt-2 text-base leading-7 text-slate-700"
|
|
|
|
|
>
|
|
|
|
|
In this show, <Link href="https://thomashintz.org">Thomas</Link> 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, <Link href="https://thintz.com">Thomas</Link> 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.
|
|
|
|
|
</p>
|
|
|
|
|
</section>
|
|
|
|
|
)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function Layout({ children }) {
|
|
|
|
|
let hosts = [{ name: 'Thomas Hintz', href: 'https://thomashintz.org' }]
|
|
|
|
|
let hosts = [{ name: 'Thomas Hintz', href: 'https://thintz.com' }]
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
|
<>
|
|
|
|
|