mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
remove www from qr link
This commit is contained in:
parent
84210ea123
commit
69e12ec337
1 changed files with 1 additions and 1 deletions
|
|
@ -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())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue