Skip to content

Commit

Permalink
add extra sentence to tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
EricPedley committed Sep 26, 2023
1 parent e9a6dc8 commit 34b50bc
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 an .ics file. You can import tis 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 34b50bc

Please sign in to comment.