Skip to content

Commit

Permalink
Fix "Join our Discord" button link (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
natanrolnik authored Nov 8, 2024
1 parent b867787 commit 140749e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Website/HomePage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ extension HomePage {
Text("Vapor's 13k+ Discord community will be at your side to support you along the way. Ask questions, contribute and be a part of a thriving, wholesome corner of the internet.")
}
Button {
Link(url: "https://docs.vapor.codes/") {
Link(url: "https://vapor.team/") {
Text("Join our Discord")
}.linkTarget(.blank)
}.class("btn btn-primary w-mobile-100")
Expand Down

0 comments on commit 140749e

Please sign in to comment.