Skip to content

Commit

Permalink
Make it clear you import a .ics file to other calendars. (#706)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Wu <[email protected]>
  • Loading branch information
2 people authored and MinhxNguyen7 committed Oct 1, 2023
1 parent 8d37524 commit 9b14840
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Download } from '@mui/icons-material';
import { exportCalendar } from '$lib/download';

const ExportCalendarButton = () => (
<Tooltip title="Download Calendar as an .ics file">
<Tooltip title="Download Calendar as a .ics file. You can import this file to Google or Apple calendars.">
<Button onClick={exportCalendar} variant="outlined" size="small" startIcon={<Download fontSize="small" />}>
Download
</Button>
Expand Down

0 comments on commit 9b14840

Please sign in to comment.