Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/src/components/pages/GettingStartedPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function GettingStartedPage() {
<div className="flex items-center justify-between">
<h1 className="text-3xl font-bold tracking-tight">Getting Started</h1>
<a
href="https://discord.gg/pg4UgaTr"
href="https://discord.gg/axCqT23Xhj"
target="_blank"
rel="noreferrer"
className="inline-flex items-center rounded-md bg-indigo-600 px-4 py-2 text-sm font-medium text-white hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2"
Expand Down Expand Up @@ -58,7 +58,7 @@ export default function GettingStartedPage() {
Ask in our Discord and a member will send you some testnet funds.
</p>
<a
href="https://discord.gg/pg4UgaTr"
href="https://discord.gg/axCqT23Xhj"
target="_blank"
rel="noreferrer"
className="text-indigo-600 hover:underline"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/pages/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function HomePage() {
<div className="flex items-center justify-between">
<h1 className="text-3xl font-bold tracking-tight">The Guild Genesis</h1>
<a
href="https://discord.gg/pg4UgaTr"
href="https://discord.gg/axCqT23Xhj"
target="_blank"
rel="noreferrer"
className="inline-flex items-center rounded-md bg-indigo-600 px-4 py-2 text-sm font-medium text-white hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2"
Expand Down
Loading