comparison GeoQuiz/SettingsModalView.swift @ 20:e281791e0494

finish implementation
author Dennis C. M. <dennis@denniscm.com>
date Sun, 23 Oct 2022 11:48:39 +0100
parents f140bb277c96
children 425078c01194
comparison
equal deleted inserted replaced
19:f140bb277c96 20:e281791e0494
43 } header: { 43 } header: {
44 Text("Effects") 44 Text("Effects")
45 } 45 }
46 46
47 Section { 47 Section {
48 LinkComponent( 48 FormLink(
49 color: .mayaBlue, 49 color: .mayaBlue,
50 symbol: "info.circle.fill", 50 symbol: "info.circle.fill",
51 text: "About", 51 text: "About",
52 url: URL(string: "https://dennistech.io")! 52 url: URL(string: "https://dennistech.io")!
53 ) 53 )
54 54
55 LinkComponent( 55 FormLink(
56 color: .atomicTangerine, 56 color: .atomicTangerine,
57 symbol: "ant.circle.fill", 57 symbol: "ant.circle.fill",
58 text: "Report bugs", 58 text: "Report bugs",
59 url: URL(string: "mailto:dmartin@dennistech.io")! 59 url: URL(string: "mailto:dmartin@dennistech.io")!
60 ) 60 )
61 61
62 LinkComponent( 62 FormLink(
63 color: .blueBell, 63 color: .blueBell,
64 symbol: "message.circle.fill", 64 symbol: "message.circle.fill",
65 text: "Twitter", 65 text: "Twitter",
66 url: URL(string: "https://twitter.com/dennistech_")! 66 url: URL(string: "https://twitter.com/dennistech_")!
67 ) 67 )