Skip to content

Commit 070c9c5

Browse files
committed
Point About Discord at the standing invite
About still used an invite that expires. This points the Talk to us Discord button at the same standing invite README already uses.
1 parent 82abfc4 commit 070c9c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/VocaMac/Models/AboutSocialMark.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ enum AboutSocialMark: String, CaseIterable, Identifiable {
3939
case .github:
4040
return URL(string: "https://github.com/VocaHQ/vocamac/issues")!
4141
case .discord:
42-
return URL(string: "https://discord.gg/UMJduhcqn")!
42+
return URL(string: "https://discord.gg/t6muquAJbm")!
4343
case .x:
4444
return URL(string: "https://x.com/vocahq")!
4545
case .mail:

Tests/VocaMacTests/AboutSocialMarkTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ final class AboutSocialMarkTests: XCTestCase {
3939
)
4040
XCTAssertEqual(
4141
AboutSocialMark.discord.url.absoluteString,
42-
"https://discord.gg/UMJduhcqn"
42+
"https://discord.gg/t6muquAJbm"
4343
)
4444
XCTAssertEqual(AboutSocialMark.x.url.absoluteString, "https://x.com/vocahq")
4545
XCTAssertEqual(AboutSocialMark.mail.url.absoluteString, "mailto:hello@vocahq.com")

0 commit comments

Comments
 (0)