mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Un-reverse onboarding cards
This commit is contained in:
parent
d8dcdcc09b
commit
c33176ff8b
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ export function OnboardingPage() {
|
|||
{t("onboarding.start.explainer")}
|
||||
</Paragraph>
|
||||
|
||||
<div className="w-full flex flex-col-reverse md:flex-row gap-3">
|
||||
<div className="w-full flex flex-col md:flex-row gap-3">
|
||||
<Card onClick={() => navigate("/onboarding/extension")}>
|
||||
<CardContent
|
||||
colorClass="!text-onboarding-best"
|
||||
|
|
Loading…
Reference in a new issue