diff --git a/src/app/(extra)/layout.jsx b/src/app/(extra)/layout.jsx index 9a53b19..22df13d 100644 --- a/src/app/(extra)/layout.jsx +++ b/src/app/(extra)/layout.jsx @@ -1,10 +1,14 @@ +import UserMenu from '@/components/UserMenu'; +import ReactorsLink from '@/components/ReactorsLink'; import NavBar from '@/components/NavBar' export default function ExtraLayout({children}) { return ( -
- - {children} -
+ <> + )} reactorsLink={()} /> +
+ {children} +
+ ); } diff --git a/src/app/(extra)/reactors/account/layout.jsx b/src/app/(extra)/reactors/account/layout.jsx index 9d02a0b..e314410 100644 --- a/src/app/(extra)/reactors/account/layout.jsx +++ b/src/app/(extra)/reactors/account/layout.jsx @@ -23,17 +23,5 @@ export default async function Layout({ children }) { if (!userId) { redirect('/reactors'); } - return ( - <> - signed in as: {userId} - - {children} - - ); + return children; }; diff --git a/src/app/(extra)/reactors/page.jsx b/src/app/(extra)/reactors/page.jsx index e35a45d..8d56aff 100644 --- a/src/app/(extra)/reactors/page.jsx +++ b/src/app/(extra)/reactors/page.jsx @@ -5,7 +5,8 @@ import { Container } from '@/components/Container'; import { CheckIcon } from '@heroicons/react/20/solid' -import reactorsBackground from '@/images/reactors2.jpg'; +import reactorsBackground from '@/images/reactors3.jpeg'; +import reactorsBackground2 from '@/images/reactors4.jpeg'; const features = [ { @@ -67,8 +68,8 @@ export default async function Page() {
TODO reactors background
-

+

Join The Reactors!

-

+

The BEST way to support the show and gain access to subscriber-only bonus content!

+
+ + Already have an account? Sign In + +
Product screenshot -
+ )} reactorsLink={()} /> +
Hosted by @@ -194,7 +198,7 @@ function Layout({ children }) {
-

The React Show @@ -254,8 +257,8 @@ function Layout({ children }) {

- -
{children}
+ +
{children}