diff --git a/examples/nextjs/src/app/bible-chapter/page.tsx b/examples/nextjs/src/app/bible-chapter/page.tsx
index 2ba98418..deb65107 100644
--- a/examples/nextjs/src/app/bible-chapter/page.tsx
+++ b/examples/nextjs/src/app/bible-chapter/page.tsx
@@ -4,8 +4,8 @@ import { BibleTextView } from '@youversion/platform-react-ui';
export default function BibleChapter(): React.ReactElement {
return (
- <>
+
- >
+
);
}
diff --git a/examples/nextjs/src/app/bible-reader/page.tsx b/examples/nextjs/src/app/bible-reader/page.tsx
index 84996436..9cf17df0 100644
--- a/examples/nextjs/src/app/bible-reader/page.tsx
+++ b/examples/nextjs/src/app/bible-reader/page.tsx
@@ -4,7 +4,7 @@ import { BibleReader } from '@youversion/platform-react-ui';
export default function BibleReaderPage(): React.ReactElement {
return (
-
+
diff --git a/examples/nextjs/src/app/layout.tsx b/examples/nextjs/src/app/layout.tsx
index 758f5093..3ebc9882 100644
--- a/examples/nextjs/src/app/layout.tsx
+++ b/examples/nextjs/src/app/layout.tsx
@@ -21,7 +21,7 @@ export default function RootLayout({
return (
-
+
{children}
diff --git a/examples/nextjs/src/app/page.tsx b/examples/nextjs/src/app/page.tsx
index d18e6030..0e727832 100644
--- a/examples/nextjs/src/app/page.tsx
+++ b/examples/nextjs/src/app/page.tsx
@@ -10,7 +10,7 @@ export default function Home(): JSX.Element {
if (auth.isLoading) {
return (
-
+
Loading...
@@ -19,7 +19,7 @@ export default function Home(): JSX.Element {
}
return (
-
+
YouVersion SDK Demo
{auth.isAuthenticated ? : }