diff 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
line wrap: on
line diff
--- a/GeoQuiz/SettingsModalView.swift	Sun Oct 23 00:11:38 2022 +0100
+++ b/GeoQuiz/SettingsModalView.swift	Sun Oct 23 11:48:39 2022 +0100
@@ -45,21 +45,21 @@
                 }
                 
                 Section {
-                    LinkComponent(
+                    FormLink(
                         color: .mayaBlue,
                         symbol: "info.circle.fill",
                         text: "About",
                         url: URL(string: "https://dennistech.io")!
                     )
                     
-                    LinkComponent(
+                    FormLink(
                         color: .atomicTangerine,
                         symbol: "ant.circle.fill",
                         text: "Report bugs",
                         url: URL(string: "mailto:dmartin@dennistech.io")!
                     )
                     
-                    LinkComponent(
+                    FormLink(
                         color: .blueBell,
                         symbol: "message.circle.fill",
                         text: "Twitter",