Skip to content

Commit

Permalink
Changing calendar link.
Browse files Browse the repository at this point in the history
  • Loading branch information
coddingtonbear committed Aug 17, 2024
1 parent 712a251 commit 776e825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DiscoveryModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const DiscoveryModal: React.FunctionComponent<Props> = ({ open, onClose }) => {
variant="contained"
onClick={() => {
window.open(
"https://calendar.app.google/pzQQQDCWKgxQ58QY9",
"https://calendar.app.google/vh4ZJFkmWWzL1kbt9",
"_blank"
);
onClose();
Expand Down

0 comments on commit 776e825

Please sign in to comment.