mirror of
https://github.com/linkwarden/linkwarden.git
synced 2026-03-03 03:47:02 +00:00
minor fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user