feat: Update frontend to display static application name

pull/22/head
adriano 2024-02-19 15:05:19 -03:00
parent 051e1b3b2a
commit 18660b6947
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ const LoggedInLayout = ({ children }) => {
className={classes.title} className={classes.title}
> >
OMNIHIT Espaçolaser - Lojas OMNIHIT
</Typography> </Typography>
{user.id && <NotificationsPopOver />} {user.id && <NotificationsPopOver />}