Skip to content

Commit

Permalink
chore: Update discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
LichtHund committed Jul 10, 2024
1 parent 913fd42 commit 90059b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main/kotlin/website/pages/home/HomePage.kt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ private fun FlowContent.centerArea() {
classes = setOf("col-span-1", "py-10", "grid", "grid-cols-2", "gap-10")

socialButton(BorderDirection.LEFT, "fa-github", "https://github.com/TriumphTeam")
socialButton(BorderDirection.RIGHT, "fa-discord", "/discord")
socialButton(BorderDirection.RIGHT, "fa-discord", "https://triumphteam.dev/discord")
}
}
}
Expand Down

0 comments on commit 90059b4

Please sign in to comment.