mirror of
https://github.com/yattee/yattee.git
synced 2025-12-27 07:00:13 +00:00
Improve settings
This commit is contained in:
@@ -14,7 +14,7 @@ struct InstancesSettings: View {
|
||||
|
||||
var body: some View {
|
||||
Group {
|
||||
Section(header: Text("Instances")) {
|
||||
Section(header: SettingsHeader(text: "Instances")) {
|
||||
ForEach(instances) { instance in
|
||||
Group {
|
||||
NavigationLink(instance.longDescription) {
|
||||
|
||||
Reference in New Issue
Block a user