From e24c9df7ffde03bd06529d5e83d5026dde965a97 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Mon, 10 Oct 2022 14:22:26 -0700 Subject: [PATCH] Add www to url --- Meshtastic/Views/Settings/ShareChannels.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Views/Settings/ShareChannels.swift b/Meshtastic/Views/Settings/ShareChannels.swift index ab913560..4d3f86da 100644 --- a/Meshtastic/Views/Settings/ShareChannels.swift +++ b/Meshtastic/Views/Settings/ShareChannels.swift @@ -52,7 +52,7 @@ struct ShareChannels: View { var node: NodeInfoEntity? - @State private var channelsUrl = "https://meshtastic.org/e/#" + @State private var channelsUrl = "https://www.meshtastic.org/e/#" var qrCodeImage = QrCodeImage() var body: some View {