Skip to content

Commit 206c3a9

Browse files
author
Elise Bach
committed
Added title
1 parent b8b18cc commit 206c3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/navigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default async function Navigation({
2525
style={{ justifyContent: hasBackButton ? "flex-start" : "center" }}
2626
>
2727
{hasBackButton && <a href="/"> &lt; Go back</a>}
28-
<h1>Plain Headless Portal Example</h1>
28+
<h1>{title}</h1>
2929
</nav>
3030
);
3131
}

0 commit comments

Comments
 (0)