Skip to content

Commit

Permalink
remove hardcoded edumeet text
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Remus authored Apr 18, 2024
1 parent 3a229fc commit 83f9814
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/precalltitle/PrecallTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const PrecallTitle = (): React.JSX.Element => {
alignItems='center'
>
<Grid item>
<Typography variant='h5'>Edumeet</Typography>
{ logo ?
<img alt='Logo' src={logo} /> :
<Typography variant='h5'> {edumeetConfig.title} </Typography>
Expand Down

0 comments on commit 83f9814

Please sign in to comment.