mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add the discord link
This commit is contained in:
parent
cf0d827815
commit
21d0519a0a
1 changed files with 4 additions and 0 deletions
|
|
@ -55,6 +55,10 @@ public struct CommunityModal: View {
|
|||
Link("Tweet about Omnivore", destination: url)
|
||||
}
|
||||
|
||||
if let url = URL(string: "https://discord.gg/h2z5rppzz9") {
|
||||
Link("Join us on Discord", destination: url)
|
||||
}
|
||||
|
||||
if let url = URL(string: "https://github.com/omnivore-app/omnivore") {
|
||||
Link("Star on GitHub", destination: url)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue