mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-21 14:47:41 +01:00
Mobile view for SetupPart
This commit is contained in:
parent
c33176ff8b
commit
058a3c41c8
1 changed files with 2 additions and 2 deletions
|
@ -155,7 +155,7 @@ export function SetupPart() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<SettingsCard>
|
<SettingsCard>
|
||||||
<div className="flex items-start gap-4">
|
<div className="flex flex-col md:flex-row items-start gap-4">
|
||||||
<div>
|
<div>
|
||||||
<div
|
<div
|
||||||
className={classNames({
|
className={classNames({
|
||||||
|
@ -193,7 +193,7 @@ export function SetupPart() {
|
||||||
{t("settings.connections.setup.items.default")}
|
{t("settings.connections.setup.items.default")}
|
||||||
</SetupCheckList>
|
</SetupCheckList>
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-5">
|
<div className="md:mt-5">
|
||||||
<Button theme="purple" onClick={() => navigate("/onboarding")}>
|
<Button theme="purple" onClick={() => navigate("/onboarding")}>
|
||||||
{t(textLookupMap[globalState].button)}
|
{t(textLookupMap[globalState].button)}
|
||||||
</Button>
|
</Button>
|
||||||
|
|
Loading…
Reference in a new issue