Skip to content

Commit

Permalink
rm three dots from tina docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbermanssw committed Oct 22, 2024
1 parent e914cc4 commit 9df8cd1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions components/DocumentationNavigation/DocsNavigationList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,17 +157,6 @@ const NavLevel = ({
)}
</NavTitle>
)}
{!childSelected && selected && level > 0 && (
<div
className="absolute right-0 top-1/2 -translate-y-1/2 h-[5px] w-full -z-10"
style={{
background: "url('/svg/hr.svg')",
backgroundPosition: 'right',
backgroundSize: 'auto 100%',
backgroundRepeat: 'no-repeat',
}}
></div>
)}
</NavLabelContainer>
{categoryData.items && (
<AnimateHeight duration={300} height={expanded ? 'auto' : 0}>
Expand Down

0 comments on commit 9df8cd1

Please sign in to comment.