diff --git a/website/public/images/eagle.png b/website/public/images/eagle.png new file mode 100644 index 000000000..709c5a734 Binary files /dev/null and b/website/public/images/eagle.png differ diff --git a/website/src/app/blog/apr-2024-update/readme.mdx b/website/src/app/blog/apr-2024-update/readme.mdx index c6fb64793..1af5b4dde 100644 --- a/website/src/app/blog/apr-2024-update/readme.mdx +++ b/website/src/app/blog/apr-2024-update/readme.mdx @@ -46,7 +46,7 @@ So we went back to the whiteboard to reimagine how Firezone would look if we rebuilt it from the ground up The Right Way™ -- with scalability and ease of use in mind. -
+
Whiteboard 1 +

macOS

diff --git a/website/src/components/DocsSidebar/index.tsx b/website/src/components/DocsSidebar/index.tsx index bd1ad4fb3..f9484dcff 100644 --- a/website/src/components/DocsSidebar/index.tsx +++ b/website/src/components/DocsSidebar/index.tsx @@ -73,7 +73,9 @@ export default function DocsSidebar() { OIDC: Zitadel - SAML + + SAML Overview + SAML: Google diff --git a/website/src/components/Sidebar/index.tsx b/website/src/components/Sidebar/index.tsx index 67d0e409d..ab8e61911 100644 --- a/website/src/components/Sidebar/index.tsx +++ b/website/src/components/Sidebar/index.tsx @@ -18,7 +18,7 @@ const FlowbiteSidebarTheme: CustomFlowbiteTheme["sidebar"] = { }, collapse: { button: - "group flex w-full items-center rounded-lg p-2 text-base font-normal text-neutral-900 transition duration-75 hover:bg-neutral-100 dark:text-white dark:hover:bg-neutral-700", + "group flex w-full items-center rounded p-2 text-base font-normal text-neutral-900 transition duration-75 hover:bg-neutral-100 dark:text-white dark:hover:bg-neutral-700", icon: { base: "h-6 w-6 text-neutral-500 transition duration-75 group-hover:text-neutral-900 dark:text-neutral-400 dark:group-hover:text-white", open: { @@ -55,7 +55,7 @@ const FlowbiteSidebarTheme: CustomFlowbiteTheme["sidebar"] = { }, }, item: { - base: "flex items-center justify-center rounded-lg p-2 text-base font-normal text-neutral-900 hover:bg-neutral-100 dark:text-white dark:hover:bg-neutral-700", + base: "flex items-center justify-center rounded p-2 text-base font-normal text-neutral-900 hover:bg-neutral-100 dark:text-white dark:hover:bg-neutral-700", active: "bg-neutral-200 dark:bg-neutral-700", collapsed: { insideCollapse: "group w-full pl-8 transition duration-75",