Skip to content

Commit

Permalink
fix(ui): update Discord link in title-screen component
Browse files Browse the repository at this point in the history
  • Loading branch information
wialy committed Mar 28, 2024
1 parent a1c62ad commit 625c5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/ui/components/title-screen/title-screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Screen } from '../screen';
import $$ from './title-screen.module.css';

const handleDiscordClick = () => {
window.open('https://discord.gg/DTBaDADspt', '_blank');
window.open('https://discord.gg/WzZHEMEV62', '_blank');
};

const handleTwitterClick = () => {
Expand Down

0 comments on commit 625c5a9

Please sign in to comment.