Skip to content

Commit

Permalink
small padding tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jacc committed May 20, 2024
1 parent 8bc5562 commit 5001f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/bundles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function BundleAccordion(props: BundleAccordionProps): JSX.Element {
>
<AccordionItem value="item-1" className="border-none">
<AccordionTriggerNoToggle className="ml-1 pt-0 text-xl font-semibold text-gray-900 dark:text-white">
<div className="flex items-center gap-2">
<div className="flex items-center gap-3">
<span>{bundleName} Bundle</span>
{props.alternateOptions && props.alternateOptions.length > 0 && (
<DropdownMenu>
Expand Down

0 comments on commit 5001f31

Please sign in to comment.