From f72a83aefecbdb936c01bba9c95e217958edf956 Mon Sep 17 00:00:00 2001 From: Esenbek Date: Wed, 15 Nov 2023 11:41:16 +0600 Subject: [PATCH] Minor change on settings list --- .../Modules/Settings/Main/MainSettingsViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnstoppableWallet/UnstoppableWallet/Modules/Settings/Main/MainSettingsViewController.swift b/UnstoppableWallet/UnstoppableWallet/Modules/Settings/Main/MainSettingsViewController.swift index d90ba0afd4..b8cb0b0675 100644 --- a/UnstoppableWallet/UnstoppableWallet/Modules/Settings/Main/MainSettingsViewController.swift +++ b/UnstoppableWallet/UnstoppableWallet/Modules/Settings/Main/MainSettingsViewController.swift @@ -482,9 +482,9 @@ extension MainSettingsViewController: SectionsDataSource { Section(id: "account", headerState: .margin(height: .margin32), rows: accountRows), Section(id: "wallet_connect", headerState: .margin(height: .margin32), rows: walletConnectRows), Section(id: "appearance_settings", headerState: .margin(height: .margin32), rows: appearanceRows), - Section(id: "experimental", headerState: .margin(height: .margin32), rows: experimentalRows), Section(id: "knowledge", headerState: .margin(height: .margin32), rows: knowledgeRows), Section(id: "about", headerState: .margin(height: .margin32), rows: aboutRows), + Section(id: "experimental", headerState: .margin(height: .margin32), rows: experimentalRows), Section(id: "feedback", headerState: .margin(height: .margin32), rows: feedbackRows), Section(id: "footer", headerState: .margin(height: .margin32), footerState: .margin(height: .margin32), rows: footerRows), ]