remove www from qr link

This commit is contained in:
Garth Vander Houwen 2022-10-12 20:13:03 -07:00
parent 84210ea123
commit 69e12ec337

View file

@ -296,6 +296,6 @@ struct ShareChannels: View {
}
}
let settingsString = try! channelSet.serializedData().base64EncodedString()
channelsUrl = ("https://www.meshtastic.org/e/#" + settingsString.base64ToBase64url())
channelsUrl = ("https://meshtastic.org/e/#" + settingsString.base64ToBase64url())
}
}