Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export default function Example() {
}}
</AccordionTrigger>
</AccordionHeader>
<AccordionContent>
<AccordionContentText>
<AccordionContent className="max-h-[100px] overflow-hidden md:max-h-[80px]">
<AccordionContentText className="text-xs md:text-[11px]">
To place an order, simply select the products you want, proceed to
checkout, provide shipping and payment information, and finalize
your purchase.
Expand All @@ -71,8 +71,8 @@ export default function Example() {
}}
</AccordionTrigger>
</AccordionHeader>
<AccordionContent>
<AccordionContentText>
<AccordionContent className="max-h-[100px] overflow-hidden md:max-h-[80px]">
<AccordionContentText className="text-xs md:text-[11px]">
We accept all major credit cards, including Visa, Mastercard, and
American Express. We also support payments through PayPal.
</AccordionContentText>
Expand Down