comparison Simoleon/Settings.swift @ 63:1d438bede031

Minor updates
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Tue, 27 Jul 2021 18:55:19 +0100
parents 7b98dd60381c
children 3833a7d0a9f9
comparison
equal deleted inserted replaced
62:c7b6249ab745 63:1d438bede031
45 Link(destination: URL(string: "https://itunes.apple.com/app/id1576390953?action=write-review")!) { 45 Link(destination: URL(string: "https://itunes.apple.com/app/id1576390953?action=write-review")!) {
46 HStack { 46 HStack {
47 Image(systemName: "heart.fill") 47 Image(systemName: "heart.fill")
48 .foregroundColor(Color(.systemRed)) 48 .foregroundColor(Color(.systemRed))
49 .imageScale(.large) 49 .imageScale(.large)
50 50
51 Text("Rate Simoleon") 51 Text("Rate Simoleon")
52 } 52 }
53 } 53 }
54 54
55 Link(destination: URL(string: "https://twitter.com/dennisconcep")!) { 55 Link(destination: URL(string: "https://twitter.com/dennisconcep")!) {
62 } 62 }
63 } 63 }
64 64
65 Link(destination: URL(string: "https://dennistech.io/contact")!) { 65 Link(destination: URL(string: "https://dennistech.io/contact")!) {
66 HStack { 66 HStack {
67 Image(systemName: "envelope.circle.fill") 67 Image(systemName: "envelope.fill")
68 .renderingMode(.original) 68 .foregroundColor(Color(.systemIndigo))
69 .imageScale(.large) 69 .imageScale(.large)
70 70
71 Text("Contact") 71 Text("Contact")
72 } 72 }
73 } 73 }