Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Nov 30, 2024
1 parent fe05aeb commit 54f8a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/export-calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const useExportCalendar = () => {
}));
const resStr = res.map((d) => d.name + '\n\n' + d.classes).join('\n\n');
const advertisement =
'Planned with MyTimeTable\nhttps://mytimetable.csclub.org.au/';
'Planned with MyTimetable\nhttps://mytimetable.csclub.org.au/';
await navigator.clipboard.writeText(resStr + '\n\n\n' + advertisement);
toast.success('Copied to clipboard!');
};
Expand Down

0 comments on commit 54f8a7f

Please sign in to comment.