Skip to content

Commit

Permalink
Add back sidebar dividers between models and enums
Browse files Browse the repository at this point in the history
  • Loading branch information
albingroen committed Feb 21, 2023
1 parent bf20a92 commit 917bb07
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/Models.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ export default function Models() {
))}
</Select>

<hr className="mt-6 mb-5 -mx-5" />
<hr className="mt-5 mb-4 -mx-5" />

<Stack direction="vertical" spacing="mini">
<Stack align="center" justify="between">
Expand Down Expand Up @@ -368,7 +368,9 @@ export default function Models() {
) : null}
</Stack>

<Stack direction="vertical" spacing="mini" className="mt-5">
<hr className="my-4 -mx-5" />

<Stack direction="vertical" spacing="mini">
<Stack align="center" justify="between">
<p className="label-flat">Enums</p>

Expand Down

1 comment on commit 917bb07

@vercel
Copy link

@vercel vercel bot commented on 917bb07 Feb 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.