Skip to content
Snippets Groups Projects
Unverified Commit e9f91c17 authored by Anton Kulyk's avatar Anton Kulyk Committed by GitHub
Browse files

Fix `ul` position in `MainNavbarView` (#24973)

parent f8943108
No related branches found
No related tags found
No related merge requests found
......@@ -155,12 +155,12 @@ function MainNavbarView({
</SidebarSection>
)}
<ul>
{hasDataAccess && (
<SidebarSection>
<SidebarHeadingWrapper>
<SidebarHeading>{t`Data`}</SidebarHeading>
</SidebarHeadingWrapper>
{hasDataAccess && (
<SidebarSection>
<SidebarHeadingWrapper>
<SidebarHeading>{t`Data`}</SidebarHeading>
</SidebarHeadingWrapper>
<ul>
<BrowseLink
icon="database"
url={BROWSE_URL}
......@@ -183,9 +183,9 @@ function MainNavbarView({
{t`Add your own data`}
</AddYourOwnDataLink>
)}
</SidebarSection>
)}
</ul>
</ul>
</SidebarSection>
)}
</div>
</SidebarContentRoot>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment