it's all smoother

This commit is contained in:
talksik
2022-05-31 07:31:31 -05:00
parent 34114aaf39
commit 773ea9f38d
4 changed files with 5 additions and 6 deletions
@@ -152,7 +152,7 @@ export default function FooterControls() {
))}
</AvatarGroup>
<Tooltip title="No conversation selected!">
<Tooltip title="Paste image or link!">
<IconButton
sx={{
color: 'white',
@@ -145,7 +145,7 @@ export default function NewConversationDialog({
alignItems: 'center',
gap: 2,
flex: 1,
background: blueGrey[100],
background: blueGrey[50],
position: 'relative',
}}
>
@@ -63,7 +63,6 @@ const handleOnStartRecording = (e: BlobEvent) => {
audioChunks = [];
};
// todo: extract each use effect to custom hook and will be clean
export function TerminalProvider({ children }: { children?: React.ReactNode }) {
const { enqueueSnackbar } = useSnackbar();
const { user, logout, nirvanaUser } = useAuth();