Mercurial > public > simoleon
diff Simoleon/Settings.swift @ 25:933d9ab04374
Fixes Cloudkit sync
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 20 Jul 2021 12:23:32 +0100 |
parents | bda6a55d027a |
children | d95582268b44 |
line wrap: on
line diff
--- a/Simoleon/Settings.swift Tue Jul 20 10:24:21 2021 +0100 +++ b/Simoleon/Settings.swift Tue Jul 20 12:23:32 2021 +0100 @@ -34,13 +34,13 @@ } } - Link(destination: URL(string: "https://dennistech.io")!) { + Link(destination: URL(string: "https://twitter.com/dennisconcep")!) { HStack { Image("TwitterLogo") .resizable() .frame(width: 30, height: 30) - Text("Follow on Twitter") + Text("Developer's Twitter") } } @@ -58,7 +58,6 @@ Section(header: Text("About")) { Link("Website", destination: URL(string: "https://dennistech.io")!) Link("Privacy Policy", destination: URL(string: "https://dennistech.io")!) - Link("Developer's Twitter", destination: URL(string: "https://twitter.com/dennisconcep")!) } } .onChange(of: selectedCurrencyPair, perform: { selectedCurrencyPair in