changing host website
This commit is contained in:
@@ -164,14 +164,14 @@ function AboutSection(props) {
|
|||||||
<p
|
<p
|
||||||
className="mt-2 text-base leading-7 text-slate-700"
|
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>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
function Layout({ children }) {
|
function Layout({ children }) {
|
||||||
let hosts = [{ name: 'Thomas Hintz', href: 'https://thomashintz.org' }]
|
let hosts = [{ name: 'Thomas Hintz', href: 'https://thintz.com' }]
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user