Skip to content

Commit

Permalink
fix: update discord url
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed Nov 1, 2024
1 parent c7c6d5a commit 9882d1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/AppHeaderMenuData.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const menuItems = [
name: "Discord",
description: "這是我們的 Discord 伺服器,自由多元的交流空間",
icon: "Discord",
onClick: () => window.open("https://discord.gg/nM7ub6Dz5J")
onClick: () => window.open("/discord")
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
</div>
<div class="mt-3 sm:mt-0 sm:ml-3">
<a
href="https://discord.gg/nM7ub6Dz5J"
href="/discord"
class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-indigo-700 bg-indigo-100 hover:bg-indigo-200 md:py-4 md:text-lg md:px-10"
>
Discord 社群
Expand Down

0 comments on commit 9882d1d

Please sign in to comment.