-
As you can see from the image below: The first icon for the currently selected doc is centered, but the bottom 2 options in the opened dropdown menu are not. Thank you! <DocsLayout
tree={source.pageTree}
{...baseOptions}
containerProps={{ className: 'min-h-screen' }}
links={[
{
url: '/',
text: 'Go Home',
},
]}
sidebar={{
banner: (
<RootToggle
options={[
{
title: '24T3',
description: 'Current',
icon: <Omega />,
url: '/24T3',
},
{
title: '25T1',
description: 'Next term',
icon: <ShieldQuestion />,
url: '/25T1',
},
]}
/>
),
}}
>
{children}
</DocsLayout> I think it's a similar issue on this page: |
Beta Was this translation helpful? Give feedback.
Answered by
fuma-nama
Sep 6, 2024
Replies: 1 comment
-
See #758 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nktnet1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #758