Skip to content

Commit

Permalink
Minor change on settings list
Browse files Browse the repository at this point in the history
  • Loading branch information
esen committed Nov 15, 2023
1 parent fbca333 commit f72a83a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
]
Expand Down

0 comments on commit f72a83a

Please sign in to comment.