feat/Update_Controllers_to_Allow_for_Premium_Membership
This commit is contained in:
@@ -300,6 +300,7 @@ export default function AppShell({
|
||||
color="secondary"
|
||||
size="small"
|
||||
title={t("notifications")}
|
||||
aria-label={t("notifications")}
|
||||
onClick={onOpenNotifications}
|
||||
sx={{ border: "1px solid", borderColor: "divider", borderRadius: 2.5, width: 42, height: 42 }}
|
||||
>
|
||||
@@ -361,6 +362,7 @@ export default function AppShell({
|
||||
color="secondary"
|
||||
size="small"
|
||||
title={t("notifications")}
|
||||
aria-label={t("notifications")}
|
||||
onClick={onOpenNotifications}
|
||||
sx={{ border: "1px solid", borderColor: "divider", borderRadius: 2 }}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user