Skip to content

Commit

Permalink
style: change setting name
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Jan 24, 2024
1 parent 964a73c commit bc4d56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/antalmanac/src/components/Header/SettingsMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function ExperimentalMenu() {
<Box display="flex" justifyContent="space-between" width={1}>
<Box display="flex" alignItems="center" style={{ gap: 4 }}>
<Typography variant="h6" style={{ display: 'flex', alignItems: 'center', alignContent: 'center' }}>
Preview Mode
Hover to Preview
</Typography>
<Tooltip title={<Typography>Hover over courses to preview them in your calendar!</Typography>}>
<Help />
Expand Down

0 comments on commit bc4d56e

Please sign in to comment.