minor fix

This commit is contained in:
daniel31x13
2025-09-19 17:11:48 -04:00
parent d91089ed48
commit bbbd7a242d

View File

@@ -152,8 +152,8 @@ export default function Subscribe() {
<div
className={cn(
"flex gap-3",
REQUIRE_CC || daysLeft <= 0 ? "flex-col" : "flex-row-reverse"
"flex gap-3 flex-col",
REQUIRE_CC || daysLeft <= 0 ? "" : "sm:flex-row-reverse"
)}
>
<Button