Skip to content

Commit

Permalink
fix: cannot import module from connection
Browse files Browse the repository at this point in the history
  • Loading branch information
kunish committed Sep 1, 2023
1 parent 13ff26c commit 3b774b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Collpase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Collapse: ParentComponent<Props> = (props) => {
)}
>
<div
class="collapse-title pr-1 text-xl font-medium after:!top-8"
class="collapse-title pr-4 text-xl font-medium after:!top-8"
onClick={() => onCollapse(!props.isOpen)}
>
{title}
Expand Down

0 comments on commit 3b774b9

Please sign in to comment.