mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 04:19:32 +00:00
docs: upgrade to tailwind v4, react 19, fuma docs 15 (#1735)
This commit is contained in:
@@ -31,11 +31,6 @@ const Section = ({
|
||||
|
||||
{crosses && (
|
||||
<>
|
||||
<div
|
||||
className={`hidden absolute top-0 left-7.5 right-7.5 h-0.25 bg-[#26242C] ${
|
||||
crossesOffset && crossesOffset
|
||||
} pointer-events-none lg:block xl:left-16 right-16`}
|
||||
/>
|
||||
<SectionSvg crossesOffset={crossesOffset} />
|
||||
</>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user