From 21d0519a0a3bb780092c1d4a98f18f408e6d7015 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Wed, 21 Dec 2022 19:07:44 +0800 Subject: [PATCH] Add the discord link --- apple/OmnivoreKit/Sources/Views/CommunityModal.swift | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apple/OmnivoreKit/Sources/Views/CommunityModal.swift b/apple/OmnivoreKit/Sources/Views/CommunityModal.swift index 9d7c4afd5..4ddec947b 100644 --- a/apple/OmnivoreKit/Sources/Views/CommunityModal.swift +++ b/apple/OmnivoreKit/Sources/Views/CommunityModal.swift @@ -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) }