Skip to content

Commit

Permalink
chore: fix discord link in footer (#62)
Browse files Browse the repository at this point in the history
* chore: fix discord link in footer

* Update app.config.ts

---------

Co-authored-by: Will Power <1619102+willpower232@users.noreply.github.com>
  • Loading branch information
BlankParticle and willpower232 committed Mar 5, 2024
1 parent 97e8556 commit 7f01199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default defineAppConfig({
links: [
{
icon: "i-simple-icons-discord",
to: "https://discord.postalserrver.com",
to: "https://discord.postalserver.io",
target: "_blank",
"aria-label": "Postal on Discord",
},
Expand Down

0 comments on commit 7f01199

Please sign in to comment.