Add www to url

This commit is contained in:
Garth Vander Houwen 2022-10-10 14:22:26 -07:00
parent 183ce7194c
commit e24c9df7ff

View file

@ -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 {