Skip to content

Commit 8e5012a

Browse files
committed
Merge remote-tracking branch 'origin/main' into 43-bug-auth-hook-claims-update-error
2 parents cc33fa2 + 3af5423 commit 8e5012a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/user-interface/genai-newsletter-ui/src/components/global-header.tsx

+7
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ export default function GlobalHeader() {
5959
}
6060
}}
6161
utilities={[
62+
{
63+
type: 'button',
64+
text: 'User Guide',
65+
href: 'https://gitlab.aws.dev/awsrudy/genai-newsletter/-/wikis/home',
66+
external: true,
67+
target: '_blank'
68+
},
6269
{
6370
type: "button",
6471
text: theme === Mode.Dark ? "Light Mode" : "Dark Mode",

0 commit comments

Comments
 (0)